C# Class HeaviSoft.FrameworkBase.Utility.Log.LoggerWriter

Inheritance: ILogger
Afficher le fichier Open project: heavis/Documentor_V01R01

Méthodes publiques

Méthode Description
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
Info ( object message ) : void
Info ( object message, Exception t ) : void
LoggerWriter ( ) : log4net
LoggerWriter ( string defaultName ) : log4net
Warn ( object message ) : void
Warn ( object message, Exception t ) : void

Method Details

Debug() public méthode

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

Debug() public méthode

public Debug ( object message, Exception t ) : void
message object
t System.Exception
Résultat void

Error() public méthode

public Error ( object message ) : void
message object
Résultat void

Error() public méthode

public Error ( object message, Exception t ) : void
message object
t System.Exception
Résultat void

Fatal() public méthode

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

Fatal() public méthode

public Fatal ( object message, Exception t ) : void
message object
t System.Exception
Résultat void

Info() public méthode

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

Info() public méthode

public Info ( object message, Exception t ) : void
message object
t System.Exception
Résultat void

LoggerWriter() public méthode

public LoggerWriter ( ) : log4net
Résultat log4net

LoggerWriter() public méthode

public LoggerWriter ( string defaultName ) : log4net
defaultName string
Résultat log4net

Warn() public méthode

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

Warn() public méthode

public Warn ( object message, Exception t ) : void
message object
t System.Exception
Résultat void