PluginCollection.Remove 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: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void Remove(
	IPlugin item
)
Exceptions

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