C# Class Habanero.Testability.Helpers.HabaneroLoggerStub

Basically just a logger that stubs out all methods.
Inheritance: IHabaneroLogger
Afficher le fichier Open project: Chillisoft/habanero.testability

Méthodes publiques

Méthode Description
IsLogging ( LogCategory logCategory ) : bool
Log ( Exception exception ) : void
Log ( string message, Exception exception ) : void
Log ( string message, Exception exception, LogCategory logCategory ) : void
Log ( string message, LogCategory logCategory ) : void

Method Details

IsLogging() public méthode

public IsLogging ( LogCategory logCategory ) : bool
logCategory LogCategory
Résultat bool

Log() public méthode

public Log ( Exception exception ) : void
exception System.Exception
Résultat void

Log() public méthode

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

Log() public méthode

public Log ( string message, Exception exception, LogCategory logCategory ) : void
message string
exception System.Exception
logCategory LogCategory
Résultat void

Log() public méthode

public Log ( string message, LogCategory logCategory ) : void
message string
logCategory LogCategory
Résultat void