This version of Unity is unsupported.

LogType

enumeration

Description

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

Additional resources: Logger, ILogger, Debug.unityLogger, Application.RegisterLogCallback.

Properties

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.