log4net SDK Reference

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.

Remarks

Missing <remarks> documentation for M:log4net.Appender.AppenderCollection.Remove(log4net.Appender.IAppender)

Exceptions

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

See Also

AppenderCollection Class | log4net.Appender Namespace