C# 클래스 NZBDash.Common.NLogLogger

상속: NZBDash.Common.Interfaces.ILogger
파일 보기 프로젝트 열기: NZBDash/NZBDash 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( Exception x ) : void
Error ( Exception x, string message ) : void
Error ( string message ) : void
Error ( string message, Exception x ) : void
Fatal ( Exception x ) : void
Fatal ( Exception x, string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
NLogLogger ( Type t ) : System
Trace ( string message ) : void
Warn ( string message ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

public Error ( Exception x ) : void
x System.Exception
리턴 void

Error() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( Exception x ) : void
x System.Exception
리턴 void

Fatal() 공개 메소드

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

Fatal() 공개 메소드

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

Info() 공개 메소드

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

NLogLogger() 공개 메소드

public NLogLogger ( Type t ) : System
t System.Type
리턴 System

Trace() 공개 메소드

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

Warn() 공개 메소드

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