C# Class FloatingQueue.Common.Common.Logger

Inheritance: ILogger
Afficher le fichier Open project: eleks/FloatingQueuePoC

Méthodes publiques

Méthode Description
Debug ( string format ) : void
Debug ( string message, Exception exception ) : void
Error ( string format ) : void
Error ( string message, Exception exception ) : void
Fatal ( string format ) : void
Fatal ( string message, Exception exception ) : void
Info ( string format ) : void
Info ( string message, Exception exception ) : void
Warn ( string format ) : void
Warn ( string message, Exception exception ) : void

Méthodes protégées

Méthode Description
Logger ( ) : System

Method Details

Debug() public méthode

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

Debug() public méthode

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

Error() public méthode

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

Error() public méthode

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

Fatal() public méthode

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

Fatal() public méthode

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

Info() public méthode

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

Info() public méthode

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

Logger() protected méthode

protected Logger ( ) : System
Résultat System

Warn() public méthode

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

Warn() public méthode

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