XmlConfigurator 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

public static ICollection Configure(
	ILoggerRepository repository,
	XmlElement element
)

Return Value

Type: OnlineICollection

[Missing <returns> documentation for "M:log4net.Config.XmlConfigurator.Configure(log4net.Repository.ILoggerRepository,System.Xml.XmlElement)"]

Remarks

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