Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

XmlConfigurator.Configure�Method�(XmlElement)

Configures log4net using a log4net element

[Visual�Basic]
Overloads�Public�Shared�Function�Configure( _
���ByVal element�As�XmlElement�_
)�As�ICollection
[C#]
public�static�ICollection�Configure(
���XmlElementelement
);

Parameters

element
The element to parse.

Remarks

Loads the log4net configuration from the XML element supplied as element.

See Also

XmlConfigurator Class | log4net.Config Namespace | XmlConfigurator.Configure Overload List