|
The type of the log message in the delegate registered with Application.RegisterLogCallback.
See Also: Application.RegisterLogCallback.
Error |
LogType used for Errors. |
Assert |
LogType used for Asserts. (These indicate an error inside Unity itself.) |
Warning |
LogType used for Warnings. |
Log |
LogType used for regular log messages. |
Exception |
LogType used for Exceptions. |