Click or drag to resize

DebugHelperLogError Method

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

Overload List
  NameDescription
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.
Top
See Also