Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Hierarchy.XmlRepositoryConfigure�Method�

Initialize the log4net system using the specified config

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

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