public interface

TriggeringEventEvaluator

org.apache.log4j.spi.TriggeringEventEvaluator

Class Overview

Implementions of this interface allow certain appenders to decide when to perform an appender specific action.

For example the SMTPAppender sends an email when the isTriggeringEvent(LoggingEvent) method returns true and adds the event to an internal buffer when the returned result is false.

Summary

Public Methods
abstract boolean isTriggeringEvent(LoggingEvent event)
Is this the triggering event?

Public Methods

public abstract boolean isTriggeringEvent (LoggingEvent event)

Is this the triggering event?