DebugHelperLog Method |
[This is preliminary documentation and is subject to change.]
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.
|