Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » net » [javadoc | source]
org.apache.log4j.net
class: DefaultEvaluator [javadoc | source]
java.lang.Object
   org.apache.log4j.net.DefaultEvaluator

All Implemented Interfaces:
    TriggeringEventEvaluator

Method from org.apache.log4j.net.DefaultEvaluator Summary:
isTriggeringEvent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.net.DefaultEvaluator Detail:
 public boolean isTriggeringEvent(LoggingEvent event) 
    Is this event the e-mail triggering event?

    This method returns true, if the event level has ERROR level or higher. Otherwise it returns false.