mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-08-03 14:34:45 +02:00
Document LoggerType concept and improve Getting Started chapter
Summary: related to T15252, T15261, T15263, #24 - documented LoggerType concept - configuring the client chapter changed to getting started chapter with new additions: - code examples for each section (choosing underlying type, configuring the client, and using it) - added a secion on debugging the client using our logger implementation - minor fixes related to reviewer's suggestions Reviewers: ivica Reviewed By: ivica Subscribers: iljazovic, miljen Differential Revision: https://repo.mireo.local/D32487
This commit is contained in:
@@ -115,8 +115,8 @@ BOOST_AUTO_TEST_CASE(successful_connect_debug) {
|
||||
BOOST_TEST_MESSAGE(log);
|
||||
BOOST_TEST_WARN(contains(log, "resolve"));
|
||||
BOOST_TEST_WARN(contains(log, "connect"));
|
||||
BOOST_TEST_WARN(contains(log, "tls handshake"));
|
||||
BOOST_TEST_WARN(contains(log, "ws handshake"));
|
||||
BOOST_TEST_WARN(contains(log, "TLS handshake"));
|
||||
BOOST_TEST_WARN(contains(log, "WebSocket handshake"));
|
||||
BOOST_TEST_WARN(contains(log, "connack"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user