Enum MagicLeapLogger.LogLevel
The logging level to use. Ranges from 'Verbose' to 'Fatal'
Namespace: UnityEngine.XR.MagicLeap
Assembly: UnityEngine.XR.MagicLeap.dll
Syntax
public enum MagicLeapLogger.LogLevel : uint
Fields
Name | Description |
---|---|
Debug | Output a message used during debugging. |
Error | Output a serious error. The program may continue. |
Fatal | Output a fatal error which causes program termination. |
Info | Output an informational message. |
Verbose | Output a message used for noisier informational messages. |
Warning | Output a warning which may be ignorable. |