Configures log4net using a log4net element
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- element
- Type: System.Xml XmlElement
The element to parse.
Return Value
Type: ICollection[Missing <returns> documentation for "M:log4net.Config.XmlConfigurator.Configure(System.Xml.XmlElement)"]
Remarks
Loads the log4net configuration from the XML element supplied as element.
See Also