C# 클래스 Utility.Logging.NLog.NLogLogger

상속: LoggerBase
파일 보기 프로젝트 열기: ChrisMH/Utility.Logging

공개 메소드들

메소드 설명
Debug ( Exception exception, string message ) : void
Debug ( string message ) : void
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Fatal ( Exception exception, string message ) : void
Fatal ( string message ) : void
Info ( Exception exception, string message ) : void
Info ( string message ) : void
Trace ( Exception exception, string message ) : void
Trace ( string message ) : void
Warn ( Exception exception, string message ) : void
Warn ( string message ) : void

보호된 메소드들

메소드 설명
Log ( global logLevel, Exception exception, string message ) : void

비공개 메소드들

메소드 설명
NLogLogger ( string name, ILoggerFactory factory ) : System

메소드 상세

Debug() 공개 메소드

public Debug ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Debug() 공개 메소드

public Debug ( string message ) : void
message string
리턴 void

Error() 공개 메소드

public Error ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Error() 공개 메소드

public Error ( string message ) : void
message string
리턴 void

Fatal() 공개 메소드

public Fatal ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Fatal() 공개 메소드

public Fatal ( string message ) : void
message string
리턴 void

Info() 공개 메소드

public Info ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Info() 공개 메소드

public Info ( string message ) : void
message string
리턴 void

Log() 보호된 메소드

protected Log ( global logLevel, Exception exception, string message ) : void
logLevel global
exception System.Exception
message string
리턴 void

Trace() 공개 메소드

public Trace ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Trace() 공개 메소드

public Trace ( string message ) : void
message string
리턴 void

Warn() 공개 메소드

public Warn ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Warn() 공개 메소드

public Warn ( string message ) : void
message string
리턴 void