C# 클래스 FloatingQueue.Common.Common.Logger

상속: ILogger
파일 보기 프로젝트 열기: eleks/FloatingQueuePoC

공개 메소드들

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

보호된 메소드들

메소드 설명
Logger ( ) : System

메소드 상세

Debug() 공개 메소드

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

Debug() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

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

Fatal() 공개 메소드

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

Info() 공개 메소드

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

Info() 공개 메소드

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

Logger() 보호된 메소드

protected Logger ( ) : System
리턴 System

Warn() 공개 메소드

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

Warn() 공개 메소드

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