|
My Project 2.4.4
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 40 of file log_enable.h.
|
inline |
Definition at line 43 of file log_enable.h.
|
inline |
Definition at line 44 of file log_enable.h.
|
inlineexplicit |
Definition at line 56 of file log_enable.h.
|
inline |
Definition at line 59 of file log_enable.h.
|
inline |
Definition at line 67 of file log_enable.h.
|
inline |
Definition at line 74 of file log_enable.h.
|
inlineexplicit |
Definition at line 70 of file log_enable.h.
|
inline |
Definition at line 61 of file log_enable.h.
|
inline |
Definition at line 50 of file log_enable.h.
|
inline |
Definition at line 46 of file log_enable.h.