IXmlRepositoryConfigurator InterfaceApache log4net™ SDK Documentation
Configure repository using XML

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public interface IXmlRepositoryConfigurator

The IXmlRepositoryConfigurator type exposes the following members.

Methods

  NameDescription
Public methodConfigure
Initialize the repository using the specified config
Top
Remarks

Interface used by Xml configurator to configure a ILoggerRepository.

A ILoggerRepository should implement this interface to support configuration by the XmlConfigurator.

See Also

Reference