C# 클래스 GenericListener.Adapters.EventStore.EventStoreLogger

상속: ILogger
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
Debug ( Exception ex, string format ) : void
Debug ( string format ) : void
Error ( Exception ex, string format ) : void
Error ( string format ) : void
Info ( Exception ex, string format ) : void
Info ( string format ) : void

비공개 메소드들

메소드 설명
FlattenMessage ( string format ) : string

메소드 상세

Debug() 공개 메소드

public Debug ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Debug() 공개 메소드

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

Error() 공개 메소드

public Error ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Error() 공개 메소드

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

Info() 공개 메소드

public Info ( Exception ex, string format ) : void
ex System.Exception
format string
리턴 void

Info() 공개 메소드

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