Method DebugLogIf
DebugLogIf(object?, bool)
Calls LogMessage event if condition
is true
.
[Conditional("DEBUG")]
public static void DebugLogIf(object? obj, bool condition)
Parameters
Remarks
Works only if DEBUG conditional is defined.
Calls LogMessage event if condition
is true
.
[Conditional("DEBUG")]
public static void DebugLogIf(object? obj, bool condition)
Works only if DEBUG conditional is defined.