log4net SDK Reference

PluginMap.Remove Method 

Removes a IPlugin from the map.

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

Parameters

plugin
The IPlugin to remove from the map.

Remarks

Remove a specific plugin from this map.

See Also

PluginMap Class | log4net.Plugin Namespace