ITriggeringEventEvaluator InterfaceApache log4net™ SDK Documentation
Test if an LoggingEvent triggers an action

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

public interface ITriggeringEventEvaluator

The ITriggeringEventEvaluator type exposes the following members.

Methods

  NameDescription
Public methodIsTriggeringEvent
Test if this event triggers the action
Top
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

Reference