C# Class EasyNetQ.Scheduler.Logger

Inheritance: IEasyNetQLogger
ファイルを表示 Open project: EasyNetQ/EasyNetQ

Public Methods

Method Description
DebugWrite ( string format ) : void
ErrorWrite ( Exception exception ) : void
ErrorWrite ( string format ) : void
InfoWrite ( string format ) : void
Logger ( log4net.ILog log ) : System

Method Details

DebugWrite() public method

public DebugWrite ( string format ) : void
format string
return void

ErrorWrite() public method

public ErrorWrite ( Exception exception ) : void
exception System.Exception
return void

ErrorWrite() public method

public ErrorWrite ( string format ) : void
format string
return void

InfoWrite() public method

public InfoWrite ( string format ) : void
format string
return void

Logger() public method

public Logger ( log4net.ILog log ) : System
log log4net.ILog
return System