Click or drag to resize

DebugHelper Methods

[This is preliminary documentation and is subject to change.]

Methods
  NameDescription
Public methodStatic memberLog(String)
Logs the specified informational message to the Unity console.
Public methodStatic memberLog(String, Object)
Logs the specified informational message to the Unity console.
Public methodStatic memberLog(LogLevel, String)
Logs the specified informational message to the Unity console, if allowed by logLevel.
Public methodStatic memberLog(LogLevel, String, Object)
Logs the specified informational message to the Unity console, if allowed by logLevel.
Public methodStatic memberLogError(String)
Logs the specified error message to the Unity console.
Public methodStatic memberLogError(String, Object)
Logs the specified error message to the Unity console.
Public methodStatic memberLogError(LogLevel, String)
Logs the specified error message to the Unity console, if allowed by logLevel.
Public methodStatic memberLogError(LogLevel, String, Object)
Logs the specified error message to the Unity console, if allowed by logLevel.
Public methodStatic memberLogErrorIf(Boolean, String)
Logs the specified error message to the Unity console, if the condition is .
Public methodStatic memberLogErrorIf(FuncBoolean, String)
Logs the specified error message to the Unity console, if the condition evaluates to .
Public methodStatic memberLogErrorIf(Boolean, String, Object)
Logs the specified error message to the Unity console, if the condition is .
Public methodStatic memberLogErrorIf(FuncBoolean, String, Object)
Logs the specified error message to the Unity console, if the condition evaluates to .
Public methodStatic memberLogIf(Boolean, String)
Logs the specified informational message to the Unity console, if the condition is .
Public methodStatic memberLogIf(FuncBoolean, String)
Logs the specified informational message to the Unity console, if the condition evaluates to .
Public methodStatic memberLogIf(Boolean, String, Object)
Logs the specified informational message to the Unity console, if the condition is .
Public methodStatic memberLogIf(FuncBoolean, String, Object)
Logs the specified informational message to the Unity console, if the condition evaluates to .
Public methodStatic memberLogWarning(String)
Logs the specified warning message to the Unity console.
Public methodStatic memberLogWarning(String, Object)
Logs the specified warning message to the Unity console.
Public methodStatic memberLogWarning(LogLevel, String)
Logs the specified warning message to the Unity console, if allowed by logLevel.
Public methodStatic memberLogWarning(LogLevel, String, Object)
Logs the specified warning message to the Unity console, if allowed by logLevel.
Public methodStatic memberLogWarningIf(Boolean, String)
Logs the specified warning message to the Unity console, if the condition is .
Public methodStatic memberLogWarningIf(FuncBoolean, String)
Logs the specified warning message to the Unity console, if the condition evaluates to .
Public methodStatic memberLogWarningIf(Boolean, String, Object)
Logs the specified warning message to the Unity console, if the condition is .
Public methodStatic memberLogWarningIf(FuncBoolean, String, Object)
Logs the specified warning message to the Unity console, if the condition evaluates to .
Top
See Also