C# 클래스 Adf.Core.Logging.LogLevel

Possible levels for logging, as used in ILogProvider. LogLevel is implemented using the Descriptor pattern, which allows applications to extend and add their own log levels.
상속: Descriptor
파일 보기 프로젝트 열기: NLADP/ADF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Error LogLevel
Informational LogLevel
Unspecified LogLevel
Verbose LogLevel
Warning LogLevel

공개 메소드들

메소드 설명
LogLevel ( string name, int order )

메소드 상세

LogLevel() 공개 메소드

public LogLevel ( string name, int order )
name string
order int

프로퍼티 상세

Error 공개적으로 정적으로 프로퍼티

public static LogLevel,Adf.Core.Logging Error
리턴 LogLevel

Informational 공개적으로 정적으로 프로퍼티

public static LogLevel,Adf.Core.Logging Informational
리턴 LogLevel

Unspecified 공개적으로 정적으로 프로퍼티

public static LogLevel,Adf.Core.Logging Unspecified
리턴 LogLevel

Verbose 공개적으로 정적으로 프로퍼티

public static LogLevel,Adf.Core.Logging Verbose
리턴 LogLevel

Warning 공개적으로 정적으로 프로퍼티

public static LogLevel,Adf.Core.Logging Warning
리턴 LogLevel