MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / console_logging

Function console_logging

libs/full/runtime_components/src/console_logging.cpp:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 } // namespace detail
331
332 void console_logging(
333 logging_destination dest, std::size_t level, std::string const& s)
334 {
335 message_type msg(dest, level, s);
336 detail::logger().add(msg);
337 }
338
339 void cleanup_logging()
340 {

Callers 2

operator()Method · 0.50
execute_functionMethod · 0.50

Calls 2

loggerClass · 0.85
addMethod · 0.45

Tested by

no test coverage detected