GdbMiSession.logShutdownError

void logShutdownError(string context, Exception e) @trusted

Logs a shutdown/cleanup error through the configured logger if available.

Parameters

contextDescription of the cleanup step.
eThe exception that was caught.