Log4NetConfigurationSectionHandlerCreate Method Apache log4net™ SDK Documentation
Parses the configuration section.

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

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

Parameters

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

Return Value

Type: Object
The XmlNode for the log4net section.

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
Remarks

Returns the XmlNode containing the configuration data,

See Also

Reference