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

Function debug

robot/logging/driver.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template <class... Ts>
23void debug(caf::format_string_with_location fmt_str, Ts&&... args) {
24 caf::logger::log(caf::log::level::debug, component, fmt_str,
25 std::forward<Ts>(args)...);
26}
27
28inline auto debug() {
29 return caf::logger::log(caf::log::level::debug, component);

Callers 15

make_behaviorMethod · 0.85
~stateMethod · 0.85
deliver_implMethod · 0.85
delegate_implMethod · 0.85
WITH_FIXTUREFunction · 0.85
get_implMethod · 0.85
put_implMethod · 0.85
to_json_stringMethod · 0.85
add_test_caseFunction · 0.85

Calls 1

logFunction · 0.85

Tested by 15

make_behaviorMethod · 0.68
WITH_FIXTUREFunction · 0.68
to_json_stringMethod · 0.68
add_test_caseFunction · 0.68
WITH_FIXTUREFunction · 0.68
test_spawnMethod · 0.68
WITH_FIXTUREFunction · 0.68
WITH_FIXTUREFunction · 0.68
foo2Function · 0.68
WITH_FIXTUREFunction · 0.68
testee_implFunction · 0.68
make_behaviorMethod · 0.68