C++ Distributed Hash Table
|
#include <log_enable.h>
Public Member Functions | |
LogMethod (LogMethod &&l) | |
LogMethod (const LogMethod &l) | |
LogMethod & | operator= (dht::LogMethod &&l) |
LogMethod & | operator= (const dht::LogMethod &l) |
template<typename T > | |
LogMethod (T &&t) | |
template<typename T > | |
LogMethod (const T &t) | |
void | operator() (char const *format,...) const |
void | log (char const *format, va_list args) const |
operator bool () const | |
void | logPrintable (const uint8_t *buf, size_t buflen) const |
Wrapper for logging methods
Definition at line 43 of file log_enable.h.