Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
POD struct representing a logging statement in source code. More...
#include <qpid/log/Statement.h>
Classes | |
struct | Initializer |
Public Member Functions | |
void | log (const std::string &message) |
Public Attributes | |
bool | enabled |
const char * | file |
int | line |
const char * | function |
Level | level |
POD struct representing a logging statement in source code.
Definition at line 59 of file Statement.h.
void qpid::log::Statement::log | ( | const std::string & | message | ) |
Definition at line 60 of file Statement.h.
const char* qpid::log::Statement::file |
Definition at line 61 of file Statement.h.
const char* qpid::log::Statement::function |
Definition at line 63 of file Statement.h.
Definition at line 64 of file Statement.h.
Definition at line 62 of file Statement.h.