Property ExceptionsLoggerDebugWriteLine
ExceptionsLoggerDebugWriteLine
Gets or sets whether exception logger (registered with RegisterExceptionsLogger(Action<Exception>?)) outputs messages to WriteLine(string).
public static bool ExceptionsLoggerDebugWriteLine { get; set; }