C# Class RawRabbit.Logging.VoidLogger

Inheritance: ILogger
Afficher le fichier Open project: pardahlman/RawRabbit Class Usage Examples

Méthodes publiques

Méthode Description
LogDebug ( string format ) : void
LogError ( string message, Exception exception ) : void
LogInformation ( string format ) : void
LogWarning ( string format ) : void

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