log4net SDK Reference

LevelEvaluator Constructor ()

[This is preliminary documentation and subject to change.]

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