C++ Distributed Hash Table
Public Member Functions | List of all members
dht::LogMethod Struct Reference

#include <log_enable.h>

Public Member Functions

 LogMethod (LogMethod &&l)
 
 LogMethod (const LogMethod &l)
 
LogMethodoperator= (dht::LogMethod &&l)
 
LogMethodoperator= (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
 

Detailed Description

Wrapper for logging methods

Definition at line 43 of file log_enable.h.


The documentation for this struct was generated from the following file: