Common Logging 2.0 API Reference

DefaultConfigurationReader Class

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

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

System.Object
   DefaultConfigurationReader

[Visual Basic]
Public Class DefaultConfigurationReader
    Implements IConfigurationReader
[C#]
public class DefaultConfigurationReader : IConfigurationReader

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Common.Logging.Configuration

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

See Also

DefaultConfigurationReader Members | Common.Logging.Configuration Namespace