MCPcopy Create free account
hub / github.com/boostorg/asio / log

Method log

example/cpp11/services/basic_logger.hpp:63–66  ·  view source on GitHub ↗

Log a message.

Source from the content-addressed store, hash-verified

61
62 /// Log a message.
63 void log(const std::string& message)
64 {
65 service_.log(impl_, message);
66 }
67
68private:
69 /// The backend service implementation.

Callers 2

read_handlerFunction · 0.45
connect_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected