Log4j 1.0.4

org.apache.log4j.spi
Interface TriggeringEventEvaluator


public interface TriggeringEventEvaluator

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

See SMTPAppender for an example of an appender that depends on a TriggeringEventEvaluators.

Since:
version 1.0
Author:
Ceki Gülcü

Method Summary
 boolean isTriggeringEvent(LoggingEvent event)
          Is this the triggering event?
 

Method Detail

isTriggeringEvent

public boolean isTriggeringEvent(LoggingEvent event)
Is this the triggering event?

Log4j 1.0.4

Please notify me about new log4j releases.