C# Class Aperea.Logger

Inheritance: ILogger
Datei anzeigen Open project: DerAlbertCom/ApereaFramework

Public Methods

Method Description
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( IFormatProvider provider, string format ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( IFormatProvider provider, string format ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FatalFormat ( IFormatProvider provider, string format ) : void
FatalFormat ( string format ) : void
GetLogger ( Type type ) : Logger
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( IFormatProvider provider, string format ) : void
InfoFormat ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( IFormatProvider provider, string format ) : void
WarnFormat ( string format ) : void

Private Methods

Method Description
Logger ( log4net.ILog log ) : System

Method Details

Debug() public method

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

Debug() public method

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

DebugFormat() public method

public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

DebugFormat() public method

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

Error() public method

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

Error() public method

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

ErrorFormat() public method

public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

ErrorFormat() public method

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

Fatal() public method

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

Fatal() public method

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

FatalFormat() public method

public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

FatalFormat() public method

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

GetLogger() public static method

public static GetLogger ( Type type ) : Logger
type System.Type
return Logger

Info() public method

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

Info() public method

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

InfoFormat() public method

public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

InfoFormat() public method

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

Warn() public method

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

Warn() public method

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

WarnFormat() public method

public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
return void

WarnFormat() public method

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