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

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

public interface ITriggeringEventEvaluator
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