Parses the configuration section.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- parent
- Type: System Object
The configuration settings in a corresponding parent configuration section.
- configContext
- Type: System Object
The configuration context when called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference.
- section
- Type: System.Xml XmlNode
The XmlNode for the log4net section.
Return Value
Type: ObjectThe XmlNode for the log4net section.
Implements
IConfigurationSectionHandler Create(Object, Object, XmlNode)Remarks
Returns the XmlNode containing the configuration data,
See Also