log4net SDK Reference

XmlConfigurator.Configure Method (ILoggerRepository, XmlElement)

Configures the ILoggerRepository using the specified XML element.

[Visual Basic]
Overloads Public Shared Sub Configure( _
   ByVal repository As ILoggerRepository, _
   ByVal element As XmlElement _
)
[C#]
public static void Configure(
   ILoggerRepository repository,
   XmlElement element
);

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