C# Class Habanero.Testability.Helpers.HabaneroConsoleLoggerFactory

Constructs Loggers that log to the Console.
Inheritance: IHabaneroLoggerFactory
Afficher le fichier Open project: Chillisoft/habanero.testability

Méthodes publiques

Méthode Description
GetLogger ( Type type ) : IHabaneroLogger

GetLogger ( string contextName ) : IHabaneroLogger

Method Details

GetLogger() public méthode

public GetLogger ( Type type ) : IHabaneroLogger
type System.Type
Résultat IHabaneroLogger

GetLogger() public méthode

public GetLogger ( string contextName ) : IHabaneroLogger
contextName string
Résultat IHabaneroLogger