PluginMap Remove Method Apache log4net™ SDK Documentation
Removes a IPlugin from the map.

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

public void Remove(
	IPlugin plugin
)
Remarks

Remove a specific plugin from this map.

See Also