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

Method use_file

example/cpp11/services/basic_logger.hpp:57–60  ·  view source on GitHub ↗

Set the output file for all logger instances.

Source from the content-addressed store, hash-verified

55
56 /// Set the output file for all logger instances.
57 void use_file(const std::string& file)
58 {
59 service_.use_file(impl_, file);
60 }
61
62 /// Log a message.
63 void log(const std::string& message)

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected