C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Member Functions | List of all members
caf::logger::line_builder Class Reference

Utility class for building user-defined log messages with CAF_ARG. More...

#include <logger.hpp>

Public Member Functions

template<class T >
detail::enable_if_t<!std::is_pointer< T >::value, line_builder & > operator<< (const T &x)
 
line_builderoperator<< (const local_actor *self)
 
line_builderoperator<< (const std::string &str)
 
line_builderoperator<< (string_view str)
 
line_builderoperator<< (const char *str)
 
line_builderoperator<< (char x)
 
std::string get () const
 

Detailed Description

Utility class for building user-defined log messages with CAF_ARG.


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