C# Class BoC.Logging.Log4netLogger

Inheritance: ILogger
Show file Open project: csteeg/BoC

Public Methods

Method Description
Debug ( String message ) : void
Debug ( String message, Exception exception ) : void
DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
DebugFormat ( Exception exception, String format ) : void
DebugFormat ( IFormatProvider formatProvider, String format ) : void
DebugFormat ( String format ) : void
Error ( String message ) : void
Error ( String message, Exception exception ) : void
ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
ErrorFormat ( Exception exception, String format ) : void
ErrorFormat ( IFormatProvider formatProvider, String format ) : void
ErrorFormat ( String format ) : void
Fatal ( String message ) : void
Fatal ( String message, Exception exception ) : void
FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
FatalFormat ( Exception exception, String format ) : void
FatalFormat ( IFormatProvider formatProvider, String format ) : void
FatalFormat ( String format ) : void
Info ( String message ) : void
Info ( String message, Exception exception ) : void
InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
InfoFormat ( Exception exception, String format ) : void
InfoFormat ( IFormatProvider formatProvider, String format ) : void
InfoFormat ( String format ) : void
Stack ( string name ) : IDisposable
ToString ( ) : string
Warn ( String message ) : void
Warn ( String message, Exception exception ) : void
WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
WarnFormat ( Exception exception, String format ) : void
WarnFormat ( IFormatProvider formatProvider, String format ) : void
WarnFormat ( String format ) : void

Method Details

Debug() public method

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

Debug() public method

public Debug ( String message, Exception exception ) : void
message String
exception System.Exception
return void

DebugFormat() public method

public DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

DebugFormat() public method

public DebugFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

DebugFormat() public method

public DebugFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format 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

Error() public method

public Error ( String message, Exception exception ) : void
message String
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

ErrorFormat() public method

public ErrorFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

ErrorFormat() public method

public ErrorFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format 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

Fatal() public method

public Fatal ( String message, Exception exception ) : void
message String
exception System.Exception
return void

FatalFormat() public method

public FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

FatalFormat() public method

public FatalFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

FatalFormat() public method

public FatalFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format 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

Info() public method

public Info ( String message, Exception exception ) : void
message String
exception System.Exception
return void

InfoFormat() public method

public InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

InfoFormat() public method

public InfoFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

InfoFormat() public method

public InfoFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

InfoFormat() public method

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

Stack() public method

public Stack ( string name ) : IDisposable
name string
return IDisposable

ToString() public method

public ToString ( ) : string
return string

Warn() public method

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

Warn() public method

public Warn ( String message, Exception exception ) : void
message String
exception System.Exception
return void

WarnFormat() public method

public WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
return void

WarnFormat() public method

public WarnFormat ( Exception exception, String format ) : void
exception System.Exception
format String
return void

WarnFormat() public method

public WarnFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
return void

WarnFormat() public method

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