log4net SDK Reference

PluginAttribute.CreatePlugin Method 

Creates the plugin object defined by this attribute.

[Visual Basic]
NotOverridable Public Function CreatePlugin() As IPlugin _
    Implements IPluginFactory.CreatePlugin
[C#]
public IPlugin CreatePlugin();

Return Value

The plugin object.

Implements

IPluginFactory.CreatePlugin

Remarks

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

See Also

PluginAttribute Class | log4net.Config Namespace