Test if this hierarchy is disabled for the specified Level.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- level
- Type: log4net.Core Level
The level to check against.
Return Value
Type: Booleantrue if the repository is disabled for the level argument, false otherwise.
Remarks
If this hierarchy has not been configured then this method will always return true.
This method will return true if this repository is disabled for level object passed as parameter and false otherwise.
See also the Threshold property.
See Also