Method DebugLog
DebugLog(object?)
Calls LogMessage event.
[Conditional("DEBUG")]
public static void DebugLog(object? msg)
Parameters
msg
object
Remarks
Works only if DEBUG conditional is defined.
Calls LogMessage event.
[Conditional("DEBUG")]
public static void DebugLog(object? msg)
msg
objectWorks only if DEBUG conditional is defined.