Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

LogType

enumeration

Description

The type of the log message in Debug.unityLogger.Log or delegate registered with Application.RegisterLogCallback.

See Also: Logger, ILogger, Debug.unityLogger, Application.RegisterLogCallback.

Variables

ErrorLogType used for Errors.
AssertLogType used for Asserts. (These could also indicate an error inside Unity itself.)
WarningLogType used for Warnings.
LogLogType used for regular log messages.
ExceptionLogType used for Exceptions.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答