C# 클래스 AOPify.NLog.NLogger

상속: ILogger
파일 보기 프로젝트 열기: ziyasal/AOPify

공개 메소드들

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

메소드 상세

Debug() 공개 메소드

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

DebugException() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

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

Fatal() 공개 메소드

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

Info() 공개 메소드

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

Info() 공개 메소드

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

NLogger() 공개 메소드

public NLogger ( ) : System
리턴 System

Warn() 공개 메소드

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

Warn() 공개 메소드

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