log4net SDK Reference

XmlHierarchyConfigurator.ParseRoot Method 

Parses the root logger element.

[Visual Basic]
Protected Sub ParseRoot( _
   ByVal rootElement As XmlElement _
)
[C#]
protected void ParseRoot(
   XmlElement rootElement
);

Parameters

rootElement
The root element.

Remarks

Parse an XML element that represents the root logger.

See Also

XmlHierarchyConfigurator Class | log4net.Repository.Hierarchy Namespace