DOMConfigurator Configure Method (ILoggerRepository, XmlElement)Apache log4net™ SDK Documentation
Configures the ILoggerRepository using the specified XML element.

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

[ObsoleteAttribute("Use XmlConfigurator.Configure instead of DOMConfigurator.Configure")]
public static void Configure(
	ILoggerRepository repository,
	XmlElement element
)
Remarks

DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator.

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