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
Parameters
- item
- Type: log4net.AppenderIAppender
The IAppender to remove from the AppenderCollection.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The specified IAppender was not found in the AppenderCollection. |
See Also