C# Class Habanero.Testability.Helpers.HabaneroLoggerFactoryStub

This is a stub implementation of a HabaneroLoggerFactor. GetLogger returns HabaneroLoggerStub Basically just returns a logger that stubs out all methods.
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