log4net SDK Reference

LevelEvaluator Constructor ()

Create a new evaluator using the Off threshold.

[Visual Basic]
Overloads Public Sub New()
[C#]
public LevelEvaluator();

Remarks

Create a new evaluator using the Off threshold.

This evaluator will trigger if the level of the event passed to IsTriggeringEvent is equal to or greater than the Threshold level.

See Also

LevelEvaluator Class | log4net.Core Namespace | LevelEvaluator Constructor Overload List