Click or drag to resize

DebugHelperLogWarning Method

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

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