LevelEvaluator Constructor (Level)Apache log4net™ SDK Documentation
Create a new evaluator using the specified Level threshold.

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

public LevelEvaluator(
	Level threshold
)

Parameters

threshold
Type: log4net.CoreLevel
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 [M:IsTriggeringEvent(LoggingEvent)] is equal to or greater than the Threshold level.

See Also

Reference