Common Logging 2.0 API Reference

LogManager.COMMON_LOGGING_SECTION Field

The name of the default configuration section to read settings from.

[Visual Basic]
Public Shared ReadOnly COMMON_LOGGING_SECTION As String
[C#]
public static readonly string COMMON_LOGGING_SECTION;

Remarks

You can always change the source of your configuration settings by setting another IConfigurationReader instance on ConfigurationReader.

See Also

LogManager Class | Common.Logging Namespace