Determines whether a given IAppender is in 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 check for.
Return Value
Type: Booleantrue if item is found in the AppenderCollection; otherwise, false.
See Also