PluginCollectionRemove Method Apache log4net™ SDK Documentation
Removes the first occurrence of a specific IPlugin from the PluginCollection.

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

public virtual void Remove(
	IPlugin item
)

Parameters

item
Type: log4net.PluginIPlugin
The IPlugin to remove from the PluginCollection.
Exceptions

ExceptionCondition
ArgumentException The specified IPlugin was not found in the PluginCollection.
See Also

Reference