C# Class LogService.Log4Net

Inheritance: ILogger
Mostrar archivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message, Exception exception ) : void
Info ( string message ) : void
Log4Net ( ) : System
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void

Method Details

Debug() public method

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

Error() public method

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

Fatal() public method

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

Info() public method

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

Log4Net() public method

public Log4Net ( ) : System
return System

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