C# Class Wave.Logging.Log4Net.Log4NetLogger

Inheritance: ILogger
Afficher le fichier Open project: WaveServiceBus/WaveServiceBus

Méthodes publiques

Méthode Description
Debug ( string message ) : void
DebugFormat ( string format ) : void
Error ( string message ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
FatalFormat ( string format ) : void
Info ( string message ) : void
InfoFormat ( string format ) : void
Log4NetLogger ( IConfigurationContext configuration ) : log4net
Warn ( string message ) : void
WarnFormat ( string format ) : void

Method Details

Debug() public méthode

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

DebugFormat() public méthode

public DebugFormat ( string format ) : void
format string
Résultat void

Error() public méthode

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

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

Fatal() public méthode

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

FatalFormat() public méthode

public FatalFormat ( string format ) : void
format string
Résultat void

Info() public méthode

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

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

Log4NetLogger() public méthode

public Log4NetLogger ( IConfigurationContext configuration ) : log4net
configuration IConfigurationContext
Résultat log4net

Warn() public méthode

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

WarnFormat() public méthode

public WarnFormat ( string format ) : void
format string
Résultat void