libcaf
0.15.5
|
Utility class for building user-defined log messages with CAF_ARG
.
More...
#include <logger.hpp>
Public Member Functions | |
template<class T > | |
line_builder & | operator<< (const T &x) |
template<class T > | |
line_builder & | operator<< (const arg_wrapper< T > &x) |
line_builder & | operator<< (const std::string &str) |
line_builder & | operator<< (const char *str) |
std::string | get () const |
Utility class for building user-defined log messages with CAF_ARG
.