Method LogErrorIfDebug
LogErrorIfDebug(object?)
Logs error message if DEBUG is defined.
[Conditional("DEBUG")]
public static void LogErrorIfDebug(object? obj)
Parameters
obj
objectMessage text or object to log.
Logs error message if DEBUG is defined.
[Conditional("DEBUG")]
public static void LogErrorIfDebug(object? obj)
obj
objectMessage text or object to log.