Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 940 Bytes

logginglevel.md

File metadata and controls

40 lines (27 loc) · 940 Bytes
-api-id -api-type
T:Windows.Foundation.Diagnostics.LoggingLevel
winrt enum

LoggingLevel

-description

Specifies the severity level of an event.

-enum-fields

-field Verbose:0

Log all messages.

-field Information:1

Log messages of information level and higher.

-field Warning:2

Log messages of warning level and higher.

-field Error:3

Log messages of error level and higher.

-field Critical:4

Log only critical messages.

-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.

-examples

-see-also

LoggingChannel, LoggingSession