#include <log.hh>
Inheritance diagram for Qmms::Log::SMTPAppender::
Public Methods | |
SMTPAppender () | |
~SMTPAppender () | |
bool | requiresLayout () const |
Subclasses implement this to return the appropriate value depending on whether they require a layout or not. More... | |
void | append (LoggingEvent *evnt) |
Takes a LoggingEvent and writes it in the appropriate fashion. More... | |
bool | checkEntryConditions () const |
Used to check that the appender is ready to append. More... | |
void | subAppend (LoggingEvent *evnt) |
Intended to send logging events to a specified email address.
|
|
|
|
|
Takes a LoggingEvent and writes it in the appropriate fashion. Subclasses must implement this method in an appender-specific manner. This method is usually called from doAppend(), because doAppend checks that the threshold (if any) of the appender is not less than the loglevel of the calling category.
Reimplemented from Qmms::Log::AppenderSkeleton. |
|
Used to check that the appender is ready to append. Subclasses must implement this method.
Reimplemented from Qmms::Log::AppenderSkeleton. |
|
Subclasses implement this to return the appropriate value depending on whether they require a layout or not.
Reimplemented from Qmms::Log::AppenderSkeleton. |
|
|