| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation | 
Logging output sink. More...
#include <qpid/log/Logger.h>
| Public Member Functions | |
| Output () | |
| virtual | ~Output () | 
| virtual void | log (const Statement &, const std::string &)=0 | 
| Receives the statemnt of origin and formatted message to log. | |
Logging output sink.
The Output sink provides an interface to direct logging output to. Logging sinks are primarily platform-specific as provided for on each platform.
Implementations of Output must be thread safe.
| qpid::log::Logger::Output::Output | ( | ) | 
| virtual qpid::log::Logger::Output::~Output | ( | ) |  [virtual] | 
| virtual void qpid::log::Logger::Output::log | ( | const Statement & | , | 
| const std::string & | |||
| ) |  [pure virtual] | 
Receives the statemnt of origin and formatted message to log.
 1.7.5
 1.7.5