log4net SDK Reference

Hierarchy.XmlRepositoryConfigure Method 

Initialize the log4net system using the specified config

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

Parameters

element
the element containing the root of the config

Remarks

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

See Also

Hierarchy Class | log4net.Repository.Hierarchy Namespace