MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / info

Function info

robot/logging/driver.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template <class... Ts>
33void info(caf::format_string_with_location fmt_str, Ts&&... args) {
34 caf::logger::log(caf::log::level::info, component, fmt_str,
35 std::forward<Ts>(args)...);
36}
37
38inline auto info() {
39 return caf::logger::log(caf::log::level::info, component);

Callers 15

fooFunction · 0.70
reactivateMethod · 0.50
consumeMethod · 0.50
do_someMethod · 0.50
handle_ssl_resultMethod · 0.50
read_datagramMethod · 0.50
connection_helperFunction · 0.50
make_behaviorMethod · 0.50
startMethod · 0.50

Calls 1

logFunction · 0.85

Tested by

no test coverage detected