Common Logging 2.0 API Reference

IConfigurationReader Interface

Interface for basic operations to read .NET application configuration information.

For a list of all members of this type, see IConfigurationReader Members .

[Visual Basic]
Public Interface IConfigurationReader
[C#]
public interface IConfigurationReader

Types that implement IConfigurationReader

Type Description
DefaultConfigurationReader Implementation of IConfigurationReader that uses the standard .NET configuration APIs, ConfigurationSettings in 1.x and ConfigurationManager in 2.0

Remarks

Provides a simple abstraction to handle BCL API differences between .NET 1.x and 2.0. Also useful for testing scenarios.

Requirements

Namespace: Common.Logging

Assembly: Common.Logging (in Common.Logging.dll)

See Also

IConfigurationReader Members | Common.Logging Namespace