DebugHelperLogError Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() ![]() | LogError(String) |
Logs the specified error message to the Unity console.
|
![]() ![]() | LogError(String, Object) |
Logs the specified error message to the Unity console.
|
![]() ![]() | LogError(LogLevel, String) |
Logs the specified error message to the Unity console, if allowed by logLevel.
|
![]() ![]() | LogError(LogLevel, String, Object) |
Logs the specified error message to the Unity console, if allowed by logLevel.
|