Method DebugLogError
DebugLogError(object?)
Logs error message.
[Conditional("DEBUG")]
public static void DebugLogError(object? msg)
Parameters
msgobject
Remarks
Works only if DEBUG conditional is defined.
Logs error message.
[Conditional("DEBUG")]
public static void DebugLogError(object? msg)
msg objectWorks only if DEBUG conditional is defined.