MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / console

Method console

src/utils/Log.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void Log::console(const QString &log, bool overrideSilence)
26{
27 Log::instance().write(log, overrideSilence);
28}
29
30void Log::debug(const QString &log, util::source_location location)
31{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected