C# Class Habanero.Testability.Helpers.HabaneroConsoleLogger

Logs any messaged to the console
Inheritance: IHabaneroLogger
Afficher le fichier Open project: Chillisoft/habanero.testability

Méthodes publiques

Méthode Description
HabaneroConsoleLogger ( string contextName ) : System

IsLogging ( LogCategory logCategory ) : bool
Log ( Exception exception ) : void
Log ( string message ) : void

Log ( string message, Exception exception ) : void
Log ( string message, Exception exception, LogCategory logCategory ) : void
Log ( string message, LogCategory logCategory ) : void

Method Details

HabaneroConsoleLogger() public méthode

public HabaneroConsoleLogger ( string contextName ) : System
contextName string
Résultat System

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 ) : void
message string
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