Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

XmlConfigurator.Configure�Method�(ILoggerRepository, XmlElement)

Configures the ILoggerRepository using the specified XML element.

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

Parameters

repository
The repository to configure.
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