C# Class Common.Logging.DotLog.DotLogFactoryAdapter

Inheritance: AbstractCachingLoggerFactoryAdapter
ファイルを表示 Open project: subfuzion/dotlog

Public Methods

Method Description
DotLogFactoryAdapter ( NameValueCollection properties ) : System

Protected Methods

Method Description
CreateLogger ( string name ) : ILog

Method Details

CreateLogger() protected method

protected CreateLogger ( string name ) : ILog
name string
return ILog

DotLogFactoryAdapter() public method

public DotLogFactoryAdapter ( NameValueCollection properties ) : System
properties System.Collections.Specialized.NameValueCollection
return System