IXmlRepositoryConfigurator InterfaceApache log4net™ SDK Documentation
Configure repository using XML

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public interface IXmlRepositoryConfigurator
Remarks

Interface used by Xml configurator to configure a ILoggerRepository.

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

See Also