Common Logging 2.0 API Reference

LogManager.ConfigurationReader Property

Gets the configuration reader used to initialize the LogManager.

[Visual Basic]
Public Shared ReadOnly Property ConfigurationReader() As IConfigurationReader
   Public Get
   End Get
End Property
[C#]
public static IConfigurationReader ConfigurationReader { public get; }

Property Value

The configuration reader.

Remarks

Primarily used for testing purposes but maybe useful to obtain configuration information from some place other than the .NET application configuration file.

See Also

LogManager Class | Common.Logging Namespace