Class DefaultEvaluator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isTriggeringEvent​(LoggingEvent event)
      Is this event the e-mail triggering event?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultEvaluator

        DefaultEvaluator()
    • Method Detail

      • isTriggeringEvent

        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.

        Specified by:
        isTriggeringEvent in interface TriggeringEventEvaluator