|
|
| 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) |
| |
|
| ~basic () |
| | Destructor.
|
| |
|
| basic (basic< concurrency, names > const &other) |
| | Copy constructor.
|
| |
|
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) |
| | Write a string message to the given channel. More...
|
| |
| void | write (level channel, char const *msg) |
| | Write a cstring message to the given channel. More...
|
| |
|
_WEBSOCKETPP_CONSTEXPR_TOKEN_ bool | static_test (level channel) const |
| |
|
bool | dynamic_test (level channel) |
| |
template<typename concurrency, typename names>
class websocketpp::log::basic< concurrency, names >
Basic logger that outputs to an ostream.
Definition at line 59 of file basic.hpp.