PluginAttributeCreatePlugin Method Apache log4net™ SDK Documentation
Creates the plugin object defined by this attribute.

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

public IPlugin CreatePlugin()

Return Value

Type: IPlugin
The plugin object.

Implements

IPluginFactoryCreatePlugin
Remarks

Creates the instance of the IPlugin object as specified by this attribute.

See Also

Reference