IPluginFactory CreatePlugin Method Apache log4net™ SDK Documentation
Creates the plugin object.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

IPlugin CreatePlugin()

Return Value

Type: IPlugin
the new plugin instance
Remarks

Create and return a new plugin instance.

See Also