Test if an LoggingEvent triggers an action
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The ITriggeringEventEvaluator type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsTriggeringEvent |
Test if this event triggers the action
|
Remarks
Implementations of this interface allow certain appenders to decide when to perform an appender specific action.
The action or behavior triggered is defined by the implementation.
See Also