C# Class Common.Logging.Configuration.LogConfigurationReader

Implementation of IConfigurationReader that uses a supplied LogConfiguration object.
Inheritance: IConfigurationReader
Show file Open project: net-commons/common-logging Class Usage Examples

Public Methods

Method Description
GetSection ( string sectionName ) : object

Returns a LogSetting based on the LogConfiguration supplied in the constructor.

LogConfigurationReader ( LogConfiguration configuration ) : System

Creates a new LogConfigurationReader given a LogConfiguration object.

Method Details

GetSection() public method

Returns a LogSetting based on the LogConfiguration supplied in the constructor.
public GetSection ( string sectionName ) : object
sectionName string This parameter is not used in this implementation.
return object

LogConfigurationReader() public method

Creates a new LogConfigurationReader given a LogConfiguration object.
public LogConfigurationReader ( LogConfiguration configuration ) : System
configuration LogConfiguration to be parsed.
return System