Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogType

The type of the log message in Debug.unityLogger.Log or delegate registered with Application.RegisterLogCallback.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum LogType

Remarks

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

Fields

Value

Description

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