Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

LogType

Description

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

See Also: Application.RegisterLogCallback.

Variables

ErrorLogType used for Errors.
AssertLogType used for Asserts. (These indicate an error inside Unity itself.)
WarningLogType used for Warnings.
LogLogType used for regular log messages.
ExceptionLogType used for Exceptions.