Method RegisterExceptionsLoggerIfDebug
RegisterExceptionsLoggerIfDebug(Action<Exception>?)
Calls RegisterExceptionsLogger(Action<Exception>?) if DEBUG conditional is defined.
[Conditional("DEBUG")]
public static void RegisterExceptionsLoggerIfDebug(Action<Exception>? callback = null)