C# Class Wave.Logging.Log4Net.Log4NetLogger

Inheritance: ILogger
Datei anzeigen Open project: WaveServiceBus/WaveServiceBus

Public Methods

Method Description
Debug ( string message ) : void
DebugFormat ( string format ) : void
Error ( string message ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
FatalFormat ( string format ) : void
Info ( string message ) : void
InfoFormat ( string format ) : void
Log4NetLogger ( IConfigurationContext configuration ) : log4net
Warn ( string message ) : void
WarnFormat ( string format ) : void

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

DebugFormat() public method

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

Error() public method

public Error ( string message ) : void
message string
return void

ErrorFormat() public method

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

Fatal() public method

public Fatal ( string message ) : void
message string
return void

FatalFormat() public method

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

Info() public method

public Info ( string message ) : void
message string
return void

InfoFormat() public method

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

Log4NetLogger() public method

public Log4NetLogger ( IConfigurationContext configuration ) : log4net
configuration IConfigurationContext
return log4net

Warn() public method

public Warn ( string message ) : void
message string
return void

WarnFormat() public method

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