DebugHelper Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public static class DebugHelper
The DebugHelper type exposes the following members.
Name | Description | |
---|---|---|
IsErrorLoggingEnabled |
Gets or sets a value indicating whether logging of Error messages to the Unity console is enabled.
| |
IsInformationLoggingEnabled |
Gets or sets a value indicating whether logging of Information messages to the Unity console is enabled.
| |
IsLoggingEnabled |
Gets or sets a value indicating whether logging to the Unity console is enabled.
| |
IsWarningLoggingEnabled |
Gets or sets a value indicating whether logging of Warning messages to the Unity console is enabled.
|
Name | Description | |
---|---|---|
Log(String) |
Logs the specified informational message to the Unity console.
| |
Log(String, Object) |
Logs the specified informational message to the Unity console.
| |
Log(LogLevel, String) |
Logs the specified informational message to the Unity console, if allowed by logLevel.
| |
Log(LogLevel, String, Object) |
Logs the specified informational message to the Unity console, if allowed by logLevel.
| |
LogError(String) |
Logs the specified error message to the Unity console.
| |
LogError(String, Object) |
Logs the specified error message to the Unity console.
| |
LogError(LogLevel, String) |
Logs the specified error message to the Unity console, if allowed by logLevel.
| |
LogError(LogLevel, String, Object) |
Logs the specified error message to the Unity console, if allowed by logLevel.
| |
LogErrorIf(Boolean, String) |
Logs the specified error message to the Unity console, if the condition is .
| |
LogErrorIf(FuncBoolean, String) |
Logs the specified error message to the Unity console, if the condition evaluates to .
| |
LogErrorIf(Boolean, String, Object) |
Logs the specified error message to the Unity console, if the condition is .
| |
LogErrorIf(FuncBoolean, String, Object) |
Logs the specified error message to the Unity console, if the condition evaluates to .
| |
LogIf(Boolean, String) |
Logs the specified informational message to the Unity console, if the condition is .
| |
LogIf(FuncBoolean, String) |
Logs the specified informational message to the Unity console, if the condition evaluates to .
| |
LogIf(Boolean, String, Object) |
Logs the specified informational message to the Unity console, if the condition is .
| |
LogIf(FuncBoolean, String, Object) |
Logs the specified informational message to the Unity console, if the condition evaluates to .
| |
LogWarning(String) |
Logs the specified warning message to the Unity console.
| |
LogWarning(String, Object) |
Logs the specified warning message to the Unity console.
| |
LogWarning(LogLevel, String) |
Logs the specified warning message to the Unity console, if allowed by logLevel.
| |
LogWarning(LogLevel, String, Object) |
Logs the specified warning message to the Unity console, if allowed by logLevel.
| |
LogWarningIf(Boolean, String) |
Logs the specified warning message to the Unity console, if the condition is .
| |
LogWarningIf(FuncBoolean, String) |
Logs the specified warning message to the Unity console, if the condition evaluates to .
| |
LogWarningIf(Boolean, String, Object) |
Logs the specified warning message to the Unity console, if the condition is .
| |
LogWarningIf(FuncBoolean, String, Object) |
Logs the specified warning message to the Unity console, if the condition evaluates to .
|