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

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public void Remove(
	IPlugin plugin
)

Parameters

plugin
Type: log4net.PluginIPlugin
The IPlugin to remove from the map.
Remarks

Remove a specific plugin from this map.

See Also

Reference