#include <RocLogger.h>
Public Member Functions | |
| RocLogger (zmq::context_t &_ctx, const std::string &_endpoint, const std::string &_node, const std::string &_source) | |
| ~RocLogger () | |
| void | debug (const std::string &_msg) |
| void | info (const std::string &_msg) |
| void | warning (const std::string &_msg) |
| void | error (const std::string &_msg) |
| void | critical (const std::string &_msg) |
Definition at line 9 of file RocLogger.h.
| RocLogger::RocLogger | ( | zmq::context_t & | _ctx, |
| const std::string & | _endpoint, | ||
| const std::string & | _node, | ||
| const std::string & | _source | ||
| ) |
Definition at line 7 of file RocLogger.cpp.
| RocLogger::~RocLogger | ( | ) |
Definition at line 19 of file RocLogger.cpp.
| void RocLogger::critical | ( | const std::string & | _msg | ) |
Definition at line 40 of file RocLogger.cpp.
| void RocLogger::debug | ( | const std::string & | _msg | ) |
Definition at line 24 of file RocLogger.cpp.
| void RocLogger::error | ( | const std::string & | _msg | ) |
Definition at line 36 of file RocLogger.cpp.
| void RocLogger::info | ( | const std::string & | _msg | ) |
Definition at line 28 of file RocLogger.cpp.
| void RocLogger::warning | ( | const std::string & | _msg | ) |
Definition at line 32 of file RocLogger.cpp.
1.8.8