LevelEvaluator.IsTriggeringEvent Method Apache log4netâ„¢ SDK Documentation
Is this loggingEvent the triggering event?

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public bool IsTriggeringEvent(
	LoggingEvent loggingEvent
)

Return Value

Type: OnlineBoolean
This method returns true, if the event level is equal or higher than the Threshold. Otherwise it returns false

Implements

ITriggeringEventEvaluator.IsTriggeringEvent(LoggingEvent)
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