C# 클래스 XLog.LogConfig

파일 보기 프로젝트 열기: Belorus/XLog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CategoryRegistrar XLog.Categories.LogCategoryRegistrar
Formatter IFormatter
IsEnabled bool

공개 메소드들

메소드 설명
AddTarget ( LogLevel minLevel, LogLevel maxLevel, Target target ) : void
AddTarget ( LogLevel logLevel, Target target ) : void
Flush ( ) : void
GetLogs ( ) : string
IsLevelEnabled ( int logLevel ) : bool
LogConfig ( IFormatter formatter, LogCategoryRegistrar categoryRegistry = null ) : System.Collections.Generic

메소드 상세

AddTarget() 공개 메소드

public AddTarget ( LogLevel minLevel, LogLevel maxLevel, Target target ) : void
minLevel LogLevel
maxLevel LogLevel
target Target
리턴 void

AddTarget() 공개 메소드

public AddTarget ( LogLevel logLevel, Target target ) : void
logLevel LogLevel
target Target
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetLogs() 공개 메소드

public GetLogs ( ) : string
리턴 string

IsLevelEnabled() 공개 메소드

public IsLevelEnabled ( int logLevel ) : bool
logLevel int
리턴 bool

LogConfig() 공개 메소드

public LogConfig ( IFormatter formatter, LogCategoryRegistrar categoryRegistry = null ) : System.Collections.Generic
formatter IFormatter
categoryRegistry XLog.Categories.LogCategoryRegistrar
리턴 System.Collections.Generic

프로퍼티 상세

CategoryRegistrar 공개적으로 프로퍼티

public LogCategoryRegistrar,XLog.Categories CategoryRegistrar
리턴 XLog.Categories.LogCategoryRegistrar

Formatter 공개적으로 프로퍼티

public IFormatter Formatter
리턴 IFormatter

IsEnabled 공개적으로 프로퍼티

public bool IsEnabled
리턴 bool