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} sendsan email when the {@link #isTriggeringEvent} method returnstrue and adds the event to an internal buffer when the returned result is false.
@author Ceki Gülcü
@since version 1.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.