|
My Project 1.7.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 43 of file log_enable.h.
|
inline |
Definition at line 46 of file log_enable.h.
|
inline |
Definition at line 47 of file log_enable.h.
|
inlineexplicit |
Definition at line 59 of file log_enable.h.
|
inline |
Definition at line 62 of file log_enable.h.
|
inline |
Definition at line 70 of file log_enable.h.
|
inline |
Definition at line 77 of file log_enable.h.
|
inlineexplicit |
Definition at line 73 of file log_enable.h.
|
inline |
Definition at line 64 of file log_enable.h.
|
inline |
Definition at line 53 of file log_enable.h.
|
inline |
Definition at line 49 of file log_enable.h.