IPlugin InterfaceApache log4net™ SDK Documentation
Interface implemented by logger repository plugins.

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

public interface IPlugin
Remarks

Plugins define additional behavior that can be associated with a ILoggerRepository. The PluginMap held by the PluginMap property is used to store the plugins for a repository.

The log4net.Config.PluginAttribute can be used to attach plugins to repositories created using configuration attributes.

See Also