Determines whether a given Level is in the LevelCollection.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- item
- Type: log4net.CoreLevel
The Level to check for.
Return Value
Type: Booleantrue if item is found in the LevelCollection; otherwise, false.
See Also