An evaluator that triggers at a threshold level
Inheritance Hierarchy
log4net.Core LevelEvaluator
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
This evaluator will trigger if the level of the event passed to [M:IsTriggeringEvent(LoggingEvent)] is equal to or greater than the Threshold level.
See Also