LevelEvaluatorThreshold Property Apache log4net™ SDK Documentation
the threshold to trigger at

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public Level Threshold { get; set; }

Property Value

Type: Level
The Level that will cause this evaluator to trigger
Remarks

This evaluator will trigger if the level of the event passed to [M:IsTriggeringEvent(LoggingEvent)] is equal to or greater than the Threshold level.

See Also

Reference