C# Class RawRabbit.Logging.Log4Net.Logger

Inheritance: ILogger
Datei anzeigen Open project: pardahlman/RawRabbit

Public Methods

Method Description
LogDebug ( string format ) : void
LogError ( string message, Exception exception ) : void
LogInformation ( string format ) : void
LogWarning ( string format ) : void
Logger ( log4net.ILog log4Net ) : System

Method Details

LogDebug() public method

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

LogError() public method

public LogError ( string message, Exception exception ) : void
message string
exception System.Exception
return void

LogInformation() public method

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

LogWarning() public method

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

Logger() public method

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