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
Fields
Value | Description |
|---|
| Assert | LogType used for Asserts. (These could also indicate an error inside Unity itself.) |
| Error | LogType used for Errors. |
| Exception | LogType used for Exceptions. |
| Log | LogType used for regular log messages. |
| Warning | LogType used for Warnings. |