C# Class Common.Logging.Configuration.LogConfigurationReaderTests.FakeFactoryAdapter

Inheritance: ILoggerFactoryAdapter
Afficher le fichier Open project: net-commons/common-logging

Méthodes publiques

Méthode Description
GetLogger ( Type type ) : ILog
GetLogger ( string key ) : ILog

Method Details

GetLogger() public méthode

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

GetLogger() public méthode

public GetLogger ( string key ) : ILog
key string
Résultat ILog