PluginMap Add Method Apache log4net™ SDK Documentation
Adds a IPlugin to the map.

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

public void Add(
	IPlugin plugin
)
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