AppenderCollection Remove Method Apache log4net™ SDK Documentation
Removes the first occurrence of a specific IAppender from the AppenderCollection.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void Remove(
	IAppender item
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentException The specified IAppender was not found in the AppenderCollection.
See Also