C# 클래스 EasyNetQ.Scheduler.Logger

상속: IEasyNetQLogger
파일 보기 프로젝트 열기: EasyNetQ/EasyNetQ

공개 메소드들

메소드 설명
DebugWrite ( string format ) : void
ErrorWrite ( Exception exception ) : void
ErrorWrite ( string format ) : void
InfoWrite ( string format ) : void
Logger ( log4net.ILog log ) : System

메소드 상세

DebugWrite() 공개 메소드

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

ErrorWrite() 공개 메소드

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

ErrorWrite() 공개 메소드

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

InfoWrite() 공개 메소드

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

Logger() 공개 메소드

public Logger ( log4net.ILog log ) : System
log log4net.ILog
리턴 System