C# Class Common.Logging.Configuration.LogConfigurationReader

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat object

LogConfigurationReader() public méthode

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