Enum SessionLogLevel
Declaration
enum class winrt::Microsoft::Azure::SpatialAnchors::SessionLogLevel : int32_t
Description
Defines logging severity levels.
Values
Name | Value | Description | Remarks |
---|---|---|---|
SessionLogLevel::None |
0 | Specifies that logging should not write any messages. | |
SessionLogLevel::Error |
1 | Specifies logs that indicate when the current flow of execution stops due to a failure. | |
SessionLogLevel::Warning |
2 | Specifies logs that highlight an abnormal or unexpected event, but do not otherwise cause execution to stop. | |
SessionLogLevel::Information |
3 | Specifies logs that track the general flow. | |
SessionLogLevel::Debug |
4 | Specifies logs used for interactive investigation during development. | |
SessionLogLevel::All |
5 | Specifies all messages should be logged. |