Configure repository using XML
Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The IXmlRepositoryConfigurator type exposes the following members.
Methods
Name | Description | |
---|---|---|
Configure |
Initialize the repository using the specified config
|
Remarks
Interface used by Xml configurator to configure a ILoggerRepository.
A ILoggerRepository should implement this interface to support configuration by the XmlConfigurator.
See Also