SessionLogLevel Enum
- java.
lang. Object - java.
lang. Enum<SessionLogLevel> - com.
microsoft. azure. spatialanchors. SessionLogLevel
- com.
- java.
public enum SessionLogLevel
Defines logging severity levels.
Fields
All |
Specifies all messages should be logged. |
Debug |
Specifies logs used for interactive investigation during development. |
Error |
Specifies logs that indicate when the current flow of execution stops due to a failure. |
Information |
Specifies logs that track the general flow. |
None |
Specifies that logging should not write any messages. |
Warning |
Specifies logs that highlight an abnormal or unexpected event, but do not otherwise cause execution to stop. |