FileDocCategorySizeDatePackage
TriggeringEventEvaluator.javaAPI DocApache log4j 1.2.151418Sat Aug 25 00:09:40 BST 2007org.apache.log4j.spi

TriggeringEventEvaluator

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

For example the {@link org.apache.log4j.net.SMTPAppender} sends an email when the {@link #isTriggeringEvent} method returns true and adds the event to an internal buffer when the returned result is false.

author
Ceki Gülcü
since
version 1.0

Fields Summary
Constructors Summary
Methods Summary
public booleanisTriggeringEvent(org.apache.log4j.spi.LoggingEvent event)
Is this the triggering event?