log4net SDK Reference

LevelEvaluator.Threshold Property

the threshold to trigger at

[Visual Basic]
Public Property Threshold As Level
[C#]
public Level Threshold {get; set;}

Property Value

The Level that will cause this evaluator to trigger

Remarks

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