Is this loggingEvent the triggering event?
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- loggingEvent
- Type: log4net.CoreLoggingEvent
The event to check
Return Value
Type: BooleanThis method returns true, if the logging event Exception Type is ExceptionType. Otherwise it returns false
Implements
ITriggeringEventEvaluatorIsTriggeringEvent(LoggingEvent)Remarks
This evaluator will trigger if the Exception Type of the event passed to [M:IsTriggeringEvent(LoggingEvent)] is ExceptionType.
See Also