Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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(
���Levelthreshold
);

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