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

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

public IPlugin CreatePlugin()

Return Value

Type: IPlugin
The plugin object.

Implements

IPluginFactory CreatePlugin 
Remarks

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

See Also