log4net SDK Reference

LevelEvaluator Constructor (Level)

Create a new evaluator using the specified Level threshold.

[Visual Basic]
Overloads Public Sub New( _
   ByVal threshold As Level _
)
[C#]
public LevelEvaluator(
   Level threshold
);

Parameters

threshold
the threshold to trigger at

Remarks

Create a new evaluator using the specified Level 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