Common Logging 2.0 API Reference

ConfigurationSectionHandler.Create Method

Verifies that the logFactoryAdapter element appears once in the configuration section.

[Visual Basic]
Public Sub Create( _
   ByVal parent As LogSetting, _
   ByVal configContext As Object, _
   ByVal section As XmlNode _
)
[C#]
public LogSetting Create(
   LogSetting parent,
   object configContext,
   XmlNode section
);

Parameters

parent
settings of a parent section - atm this must always be null
configContext
Additional information about the configuration process.
section
The configuration section to apply an XPath query too.

Return Value

A LogSetting object containing the specified logFactoryAdapter type along with user supplied configuration properties.

See Also

ConfigurationSectionHandler Class | Common.Logging Namespace