C# Class TailBlazer.Infrastucture.Log4NetLogger

Inheritance: ILogger
Datei anzeigen Open project: RolandPheasant/TailBlazer Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Error ( Exception ex, string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Log4NetLogger ( Type type ) : System
Log4NetLogger ( string name ) : System
Warn ( string message ) : void

Method Details

Debug() public method

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

Error() public method

public Error ( Exception ex, string message ) : void
ex System.Exception
message string
return void

Fatal() public method

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

Info() public method

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

Log4NetLogger() public method

public Log4NetLogger ( Type type ) : System
type System.Type
return System

Log4NetLogger() public method

public Log4NetLogger ( string name ) : System
name string
return System

Warn() public method

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