Enum SelfLog.Mode
SelfLog Mode
Namespace: Unity.Logging.Internal.Debug
Syntax
public enum Mode
Fields
Name | Description | Value |
---|---|---|
Disabled | Disable SelfLog |
|
EnabledInMemory | Messages will be added to in-memory Assert storage |
|
EnabledInUnityEngineDebugLogError | Messages will be added to in-memory Assert storage and redirected to UnityEngine.Debug.LogError |