Inherits log4cxx::helpers::Object.
Public Member Functions | |
virtual bool | isTriggeringEvent (const spi::LoggingEventPtr &event)=0 |
Is this the triggering event? |
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
.
virtual bool isTriggeringEvent | ( | const spi::LoggingEventPtr & | event | ) | [pure virtual] |
Is this the triggering event?