Method LogErrorIf
LogErrorIf(object?, bool)
Calls LogError(object?) if condition
is true
.
public static void LogErrorIf(object? obj, bool condition)
Calls LogError(object?) if condition
is true
.
public static void LogErrorIf(object? obj, bool condition)