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

Function error

robot/logging/driver.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template <class... Ts>
53void error(caf::format_string_with_location fmt_str, Ts&&... args) {
54 caf::logger::log(caf::log::level::error, component, fmt_str,
55 std::forward<Ts>(args)...);
56}
57
58inline auto error() {
59 return caf::logger::log(caf::log::level::error, component);

Callers 1

fooFunction · 0.70

Calls 1

logFunction · 0.85

Tested by

no test coverage detected