log4net SDK Reference

IPluginFactory.CreatePlugin Method 

[This is preliminary documentation and subject to change.]

Creates the plugin object.

[Visual Basic]
Function CreatePlugin() As IPlugin
[C#]
IPlugin CreatePlugin();

Return Value

the new plugin instance

Remarks

Create and return a new plugin instance.

See Also

IPluginFactory Interface | log4net.Plugin Namespace