Is this loggingEvent the triggering event?
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- loggingEvent
- Type: log4net.Core LoggingEvent
The event to check
Return Value
Type: BooleanThis method returns true, if the specified time period Interval has passed since last check.. Otherwise it returns false
Implements
ITriggeringEventEvaluator IsTriggeringEvent(LoggingEvent)Remarks
This evaluator will trigger if the specified time period Interval has passed since last check.
See Also