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

상속: ILogger
파일 보기 프로젝트 열기: jonnii/chinchilla

공개 메소드들

메소드 설명
Debug ( string message ) : void
DebugFormat ( string format ) : void
Error ( Exception exception ) : void
Error ( Exception exception, string message ) : void
ErrorFormat ( Exception exception, string format ) : void
Info ( string message ) : void
InfoFormat ( string format ) : void
LogInternal ( NLog.LogLevel level, string message, Exception ex = null ) : void

Log to the wrapped NLog logger

보호된 메소드들

메소드 설명
NLogLogger ( Logger logger ) : System

Wrap an instance of an NLog logger

메소드 상세

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

ErrorFormat() 공개 메소드

public ErrorFormat ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

Info() 공개 메소드

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

InfoFormat() 공개 메소드

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

LogInternal() 공개 메소드

Log to the wrapped NLog logger
public LogInternal ( NLog.LogLevel level, string message, Exception ex = null ) : void
level NLog.LogLevel
message string
ex System.Exception
리턴 void

NLogLogger() 보호된 메소드

Wrap an instance of an NLog logger
protected NLogLogger ( Logger logger ) : System
logger NLog.Logger NLog logger to wrap
리턴 System