LogType Manual     Reference     Scripting  
Scripting > Enumerations > LogType
LogType Enumeration

The type of the log message in the delegate registered with Application.RegisterLogCallback.

See Also: Application.RegisterLogCallback.

Values
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.