Basic logger that outputs to an ostream.
More...
#include <basic.hpp>
|
| basic (std::ostream *out=&std::cout) |
|
| basic (level c, std::ostream *out=&std::cout) |
|
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) |
|
template<typename concurrency, typename names>
class websocketpp::log::basic< concurrency, names >
Basic logger that outputs to an ostream.
Definition at line 56 of file basic.hpp.
The documentation for this class was generated from the following file: