Adds a IPlugin to the map.
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- plugin
- Type: log4net.Plugin IPlugin
The IPlugin to add to the map.
Remarks
The IPlugin will be attached to the repository when added.
If there already exists a plugin with the same name attached to the repository then the old plugin will be Shutdown and replaced with the new plugin.
See Also