C# 클래스 NAPS2.DI.NLogLogger

상속: Util.ILogger
파일 보기 프로젝트 열기: cyanfish/naps2

공개 메소드들

메소드 설명
Error ( string message ) : void
ErrorException ( string message, Exception exception ) : void
FatalException ( string message, Exception exception ) : void
NLogLogger ( ) : System

메소드 상세

Error() 공개 메소드

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

ErrorException() 공개 메소드

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

FatalException() 공개 메소드

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

NLogLogger() 공개 메소드

public NLogLogger ( ) : System
리턴 System