Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Log4NetConfigurationSectionHandler.Create�Method�

Parses the configuration section.

[Visual�Basic]
NotOverridable�Public�Function�Create( _
���ByVal parent�As�Object,�_
���ByVal configContext�As�Object,�_
���ByVal section�As�XmlNode�_
)�As�Object�_
����Implements�IConfigurationSectionHandler.Create
[C#]
public�object�Create(
���objectparent,
���objectconfigContext,
���XmlNodesection
);

Parameters

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

Return Value

The XmlNode for the log4net section.

Implements

IConfigurationSectionHandler.Create

Remarks

Returns the XmlNode containing the configuration data,

See Also

Log4NetConfigurationSectionHandler Class | log4net.Config Namespace