AppenderCollectionRemove 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: 2.0.8.0-.NET 4.0
Syntax

public virtual void Remove(
	IAppender item
)

Parameters

item
Type: log4net.AppenderIAppender
The IAppender to remove from the AppenderCollection.
Exceptions

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

Reference