33#define ASIO_STANDALONE
50 m_endpoint.init_asio();
55 m_endpoint.listen(9002);
void set_access_channels(log::level channels)
Set Access logging channel.
void set_error_channels(log::level channels)
Set Error logging channel.
Server endpoint role based on the given config.
void start_accept(lib::error_code &ec)
Starts the server's async connection acceptance loop (exception free)
static level const all
Special aggregate value representing "all levels".
static level const frame_payload
One line per frame, includes the full message payload (warning: chatty)
static level const all
Special aggregate value representing "all levels".
websocketpp::server< websocketpp::config::asio > server