C# Class LogService.Log4Net

Inheritance: ILogger
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Fatal() public méthode

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Log4Net() public méthode

public Log4Net ( ) : System
Résultat System

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void