Click or drag to resize

DebugHelperLog Method

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

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