Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
private:
69
/// The backend service implementation.
Callers
2
read_handler
Function · 0.45
connect_handler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected