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

Inheritance: ILoggerFactoryAdapter
Show file Open project: net-commons/common-logging

Public Methods

Method Description
GetLogger ( Type type ) : ILog
GetLogger ( string key ) : ILog

Method Details

GetLogger() public method

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

GetLogger() public method

public GetLogger ( string key ) : ILog
key string
return ILog