C# Class GenericListener.Adapters.EventStore.EventStoreLogger

Inheritance: ILogger
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
Debug ( Exception ex, string format ) : void
Debug ( string format ) : void
Error ( Exception ex, string format ) : void
Error ( string format ) : void
Info ( Exception ex, string format ) : void
Info ( string format ) : void

Private Methods

Méthode Description
FlattenMessage ( string format ) : string

Method Details

Debug() public méthode

public Debug ( Exception ex, string format ) : void
ex System.Exception
format string
Résultat void

Debug() public méthode

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

Error() public méthode

public Error ( Exception ex, string format ) : void
ex System.Exception
format string
Résultat void

Error() public méthode

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

Info() public méthode

public Info ( Exception ex, string format ) : void
ex System.Exception
format string
Résultat void

Info() public méthode

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