Interface implemented by logger repository plugins.
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
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