websocketpp
0.4.0
C++/Boost Asio based websocket client/server library
|
Basic logger that outputs to an ostream. More...
#include <basic.hpp>
Public Member Functions | |
basic (channel_type_hint::value h=channel_type_hint::access) | |
basic (std::ostream *out) | |
basic (level c, channel_type_hint::value h=channel_type_hint::access) | |
basic (level c, std::ostream *out) | |
void | set_ostream (std::ostream *out=&std::cout) |
void | set_channels (level channels) |
void | clear_channels (level channels) |
void | write (level channel, std::string const &msg) |
void | write (level channel, char const *msg) |
_WEBSOCKETPP_CONSTEXPR_TOKEN_ bool | static_test (level channel) const |
bool | dynamic_test (level channel) |
Basic logger that outputs to an ostream.