IPluginFactory InterfaceApache log4net™ SDK Documentation
Interface used to create plugins.

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

public interface IPluginFactory

The IPluginFactory type exposes the following members.

Methods

  NameDescription
Public methodCreatePlugin
Creates the plugin object.
Top
Remarks

Interface used to create a plugin.

See Also

Reference