C# 클래스 XLog.Logger

파일 보기 프로젝트 열기: Belorus/XLog

공개 프로퍼티들

프로퍼티 타입 설명
Tag string

공개 메소드들

메소드 설명
Debug ( long category, string message, Exception ex = null ) : void
Debug ( string message, Exception ex = null ) : void
Error ( long category, string message, Exception ex = null ) : void
Error ( string message, Exception ex = null ) : void
Fatal ( long category, string message, Exception ex = null ) : void
Fatal ( string message, Exception ex = null ) : void
Info ( long category, string message, Exception ex = null ) : void
Info ( string message, Exception ex = null ) : void
IsEnabled ( LogLevel logLevel ) : bool
IsLevelEnabled ( LogLevel level ) : bool
Log ( LogLevel logLevel, long category, string message, Exception ex = null ) : void
Log ( LogLevel logLevel, string message, Exception ex = null ) : void
Trace ( long category, string message, Exception ex = null ) : void
Trace ( string message, Exception ex = null ) : void
Warn ( long category, string message, Exception ex = null ) : void
Warn ( string message, Exception ex = null ) : void

비공개 메소드들

메소드 설명
LogInternal ( LogLevel logLevel, string message, long category, Exception ex ) : void
Logger ( string tag, LogConfig config ) : System

메소드 상세

Debug() 공개 메소드

public Debug ( long category, string message, Exception ex = null ) : void
category long
message string
ex System.Exception
리턴 void

Debug() 공개 메소드

public Debug ( string message, Exception ex = null ) : void
message string
ex System.Exception
리턴 void

Error() 공개 메소드

public Error ( long category, string message, Exception ex = null ) : void
category long
message string
ex System.Exception
리턴 void

Error() 공개 메소드

public Error ( string message, Exception ex = null ) : void
message string
ex System.Exception
리턴 void

Fatal() 공개 메소드

public Fatal ( long category, string message, Exception ex = null ) : void
category long
message string
ex System.Exception
리턴 void

Fatal() 공개 메소드

public Fatal ( string message, Exception ex = null ) : void
message string
ex System.Exception
리턴 void

Info() 공개 메소드

public Info ( long category, string message, Exception ex = null ) : void
category long
message string
ex System.Exception
리턴 void

Info() 공개 메소드

public Info ( string message, Exception ex = null ) : void
message string
ex System.Exception
리턴 void

IsEnabled() 공개 메소드

public IsEnabled ( LogLevel logLevel ) : bool
logLevel LogLevel
리턴 bool

IsLevelEnabled() 공개 메소드

public IsLevelEnabled ( LogLevel level ) : bool
level LogLevel
리턴 bool

Log() 공개 메소드

public Log ( LogLevel logLevel, long category, string message, Exception ex = null ) : void
logLevel LogLevel
category long
message string
ex System.Exception
리턴 void

Log() 공개 메소드

public Log ( LogLevel logLevel, string message, Exception ex = null ) : void
logLevel LogLevel
message string
ex System.Exception
리턴 void

Trace() 공개 메소드

public Trace ( long category, string message, Exception ex = null ) : void
category long
message string
ex System.Exception
리턴 void

Trace() 공개 메소드

public Trace ( string message, Exception ex = null ) : void
message string
ex System.Exception
리턴 void

Warn() 공개 메소드

public Warn ( long category, string message, Exception ex = null ) : void
category long
message string
ex System.Exception
리턴 void

Warn() 공개 메소드

public Warn ( string message, Exception ex = null ) : void
message string
ex System.Exception
리턴 void

프로퍼티 상세

Tag 공개적으로 프로퍼티

public string Tag
리턴 string