#include <Logger.h>
Public Member Functions | |
virtual void | log (const Statement &, const std::string &)=0 |
Receives the statemnt of origin and formatted message to log. |
Implementations must be thread safe.
virtual void qpid::log::Logger::Output::log | ( | const Statement & | , | |
const std::string & | ||||
) | [pure virtual] |
Receives the statemnt of origin and formatted message to log.