Table of Contents

Method RegisterExceptionsLoggerIfDebug

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RegisterExceptionsLoggerIfDebug(Action<Exception>?)

Calls RegisterExceptionsLogger(Action<Exception>?) if DEBUG conditional is defined.

[Conditional("DEBUG")]
public static void RegisterExceptionsLoggerIfDebug(Action<Exception>? callback = null)

Parameters

callback Action<Exception>