Log4NetConfigurationSectionHandler Create Method Apache log4net™ SDK Documentation
Parses the configuration section.

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

public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: OnlineSystem Object
The configuration settings in a corresponding parent configuration section.
configContext
Type: OnlineSystem Object
The configuration context when called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference.
section
Type: OnlineSystem.Xml XmlNode
The OnlineXmlNode for the log4net section.

Return Value

Type: OnlineObject
The OnlineXmlNode for the log4net section.

Implements

OnlineIConfigurationSectionHandler Create(Object, Object, XmlNode)
Remarks

Returns the OnlineXmlNode containing the configuration data,

See Also