MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / log

Function log

tests/BS_thread_pool_test.cpp:371–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 */
370template <typename... T>
371void log(const T&... items)
372{
373 if (use_stdout)
374 sync_cout.print(items...);
375 if (use_log)
376 sync_log.print(items...);
377}
378
379/**
380 * @brief Print any number of items to the standard output and/or the log file, followed by a newline character.

Callers 12

loglnFunction · 0.85
check_task_monitoringFunction · 0.85
check_rootFunction · 0.85
check_os_thread_affinityFunction · 0.85
mandelbrot_escapeFunction · 0.85
save_bmpFunction · 0.85
check_performanceFunction · 0.85
show_helpMethod · 0.85

Calls 1

printMethod · 0.80

Tested by

no test coverage detected