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

Function warning

robot/logging/driver.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <class... Ts>
43void warning(caf::format_string_with_location fmt_str, Ts&&... args) {
44 caf::logger::log(caf::log::level::warning, component, fmt_str,
45 std::forward<Ts>(args)...);
46}
47
48inline auto warning() {
49 return caf::logger::log(caf::log::level::warning, component);

Callers 15

print_and_dropFunction · 0.85
categorizeMethod · 0.85
activateMethod · 0.85
do_becomeMethod · 0.85
subscribeMethod · 0.85
read_sys_statsFunction · 0.85
fooFunction · 0.85
launch_prom_serverFunction · 0.85
read_datagramMethod · 0.85
make_behaviorMethod · 0.85
remote_lookupMethod · 0.85
new_tcp_connectionFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected