Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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