Method RegisterExceptionsLogger
RegisterExceptionsLogger(Action<Exception>?)
Subscribes to events related to the exception handling and logs exceptions.
public static void RegisterExceptionsLogger(Action<Exception>? callback = null)
Parameters
- See Also