Removes the first occurrence of a specific Level from 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 remove from the LevelCollection.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The specified Level was not found in the LevelCollection. |
See Also