MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / color_debug_log

Function color_debug_log

src/debug.cpp:376–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375template<class... Args>
376static void color_debug_log(const char *color, Args... args)
377{
378 if (wf::detect_color_mode() == wf::log::LOG_COLOR_MODE_OFF)
379 {
380 LOGD(args...);
381 } else
382 {
383 LOGD(color, args..., CLEAR_COLOR);
384 }
385}
386
387static std::string fmt_pointer(void *ptr)
388{

Callers 1

_dump_sceneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected