C# Class RawRabbit.Logging.Log4Net.Logger

Inheritance: ILogger
Afficher le fichier Open project: pardahlman/RawRabbit

Méthodes publiques

Méthode Description
LogDebug ( string format ) : void
LogError ( string message, Exception exception ) : void
LogInformation ( string format ) : void
LogWarning ( string format ) : void
Logger ( log4net.ILog log4Net ) : System

Method Details

LogDebug() public méthode

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

LogError() public méthode

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

LogInformation() public méthode

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

LogWarning() public méthode

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

Logger() public méthode

public Logger ( log4net.ILog log4Net ) : System
log4Net log4net.ILog
Résultat System