log4net SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.Remove Method 

Removes the first occurrence of a specific IAppender from the AppenderCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal item As IAppender _
)
[C#]
public virtual void Remove(
   IAppender item
);

Parameters

item
The IAppender to remove from the AppenderCollection.

Exceptions

Exception Type Condition
ArgumentException The specified IAppender was not found in the AppenderCollection.

See Also

AppenderCollection Class | log4net.Appender Namespace