|
NLOG4J 1.2.21 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(org.apache.log4j.spi.LoggingEvent)
method returns
true
and adds the event to an internal buffer when the
returned result is false
.
Method Summary | |
boolean |
isTriggeringEvent(LoggingEvent event)
Is this the triggering event? |
Method Detail |
public boolean isTriggeringEvent(LoggingEvent event)
|
NLOG4J 1.2.21 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |