LogOption
Option flags for specifying special treatment of a log message.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum LogOption
Fields
Value | Description |
|---|---|
| None | Normal log message. |
| NoStacktrace | The log message will not have a stacktrace appended automatically. |