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