log4net SDK Reference

IXmlRepositoryConfigurator.Configure Method 

Initialize the repository using the specified config

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

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