LoggingLevel
LoggingLevel
LoggingLevel
LoggingLevel
Enum
Definition
Specifies the severity level of an event.
public : enum class LoggingLevelpublic enum LoggingLevelPublic Enum LoggingLevel// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Critical Critical Critical Critical | Log only critical messages. |
| Error Error Error Error | Log messages of error level and higher. |
| Information Information Information Information | Log messages of information level and higher. |
| Verbose Verbose Verbose Verbose | Log all messages. |
| Warning Warning Warning Warning | Log messages of warning level and higher. |
Remarks
When writing events, for example from LoggingChannel, the is the severity of the event.
When controlling the event logger, for example from LoggingSession, only events that meet the minimum severity specified by is are logged.