Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IXmlRepositoryConfigurator.Configure�Method�

Initialize the repository using the specified config

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

Parameters

element
the element containing the root of the config

Remarks

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

See Also

IXmlRepositoryConfigurator Interface | log4net.Repository Namespace