HierarchyXmlRepositoryConfigure Method Apache log4net™ SDK Documentation
Initialize the log4net system using the specified config

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

protected void XmlRepositoryConfigure(
	XmlElement element
)

Parameters

element
Type: System.XmlXmlElement
the element containing the root of the config
Remarks

This method provides the same functionality as the Configure(IAppender) method implemented on this object, but it is protected and therefore can be called by subclasses.

See Also

Reference