TriggeringEventEvaluator Class Reference

Inheritance diagram for TriggeringEventEvaluator:

Inheritance graph
[legend]
Collaboration diagram for TriggeringEventEvaluator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual bool isTriggeringEvent (const spi::LoggingEventPtr &event)=0

Detailed Description

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 method returns true and adds the event to an internal buffer when the returned result is false.


Member Function Documentation

virtual bool isTriggeringEvent const spi::LoggingEventPtr event  )  [pure virtual]
 

Is this the triggering event?


The documentation for this class was generated from the following file:
  • triggeringeventevaluator.h

Copyright © 1999-2004, Apache Software Foundation