C# Class ExcelService.Logging.Log4NetLogger

Inheritance: ILog
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Log4NetLogger ( Type loggerType ) : System
Warn ( string message ) : 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 ) : void
message string
Résultat void

Fatal() public méthode

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

Info() public méthode

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

Log4NetLogger() public méthode

public Log4NetLogger ( Type loggerType ) : System
loggerType System.Type
Résultat System

Warn() public méthode

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