org.apache.log4j.spi
public interface TriggeringEventEvaluator
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.
Since: version 1.0
| Method Summary | |
|---|---|
| boolean | isTriggeringEvent(LoggingEvent event)
Is this the triggering event? |