C# Class Habanero.Testability.Helpers.HabaneroConsoleLoggerFactory

Constructs Loggers that log to the Console.
Inheritance: IHabaneroLoggerFactory
Datei anzeigen Open project: Chillisoft/habanero.testability

Public Methods

Method Description
GetLogger ( Type type ) : IHabaneroLogger

GetLogger ( string contextName ) : IHabaneroLogger

Method Details

GetLogger() public method

public GetLogger ( Type type ) : IHabaneroLogger
type System.Type
return IHabaneroLogger

GetLogger() public method

public GetLogger ( string contextName ) : IHabaneroLogger
contextName string
return IHabaneroLogger