C# 클래스 Chinchilla.Logging.NullLogger

Default ILogger noop implementation
상속: 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

메소드 상세

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