C# 클래스 Kafkaesque.Internals.NullLogger

상속: ILogger
파일 보기 프로젝트 열기: mookid8000/Kafkaesque

공개 메소드들

메소드 설명
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Information ( Exception exception, string message ) : void
Information ( string message ) : void
Verbose ( Exception exception, string message ) : void
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

메소드 상세

Error() 공개 메소드

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

Error() 공개 메소드

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

Information() 공개 메소드

public Information ( Exception exception, string message ) : void
exception Exception
message string
리턴 void

Information() 공개 메소드

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

Verbose() 공개 메소드

public Verbose ( Exception exception, string message ) : void
exception Exception
message string
리턴 void

Verbose() 공개 메소드

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

Warning() 공개 메소드

public Warning ( Exception exception, string message ) : void
exception Exception
message string
리턴 void

Warning() 공개 메소드

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