IXmlRepositoryConfigurator Configure Method Apache log4net™ SDK Documentation
Initialize the repository using the specified config

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

void Configure(
	XmlElement element
)

Parameters

element
Type: OnlineSystem.Xml XmlElement
the element containing the root of the config
Remarks

The schema for the XML configuration data is defined by the implementation.

See Also