C++ Actor Framework 1.0.0
|
Utility class for building user-defined log messages with CAF_ARG
.
More...
#include <logger.hpp>
Public Member Functions | |
template<class T > | |
std::enable_if_t<!std::is_pointer_v< T >, line_builder && > | operator<< (const T &x) && |
line_builder && | operator<< (const local_actor *self) && |
line_builder && | operator<< (const std::string &str) && |
line_builder && | operator<< (std::string_view str) && |
line_builder && | operator<< (const char *str) && |
line_builder && | operator<< (char x) && |
std::string | get () && |
Utility class for building user-defined log messages with CAF_ARG
.