LoggingLevel 열거형

정의

이벤트의 심각도 수준을 지정합니다.

public enum class LoggingLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class LoggingLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum LoggingLevel
var value = Windows.Foundation.Diagnostics.LoggingLevel.verbose
Public Enum LoggingLevel
상속
LoggingLevel
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Critical 4

중요한 메시지만 기록합니다.

Error 3

오류 수준 이상의 메시지를 기록합니다.

Information 1

정보 수준 이상의 메시지를 기록합니다.

Verbose 0

모든 메시지를 기록합니다.

Warning 2

경고 수준 이상의 메시지를 기록합니다.

설명

예를 들어 LoggingChannel에서 이벤트를 작성할 때 은 이벤트의 심각도입니다.

예를 들어 LoggingSession에서 이벤트 로거를 제어하는 경우 에 지정된 최소 심각도를 충족하는 이벤트만 로깅됩니다.

적용 대상

추가 정보