Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginMap.Remove�Method�

Removes a IPlugin from the map.

[Visual�Basic]
Public�Sub�Remove( _
���ByVal plugin�As�IPlugin�_
)
[C#]
public�void�Remove(
���IPluginplugin
);

Parameters

plugin
The IPlugin to remove from the map.

Remarks

Remove a specific plugin from this map.

See Also

PluginMap Class | log4net.Plugin Namespace