Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void Log::console(const QString &log, bool overrideSilence)
26
{
27
Log::instance().write(log, overrideSilence);
28
}
29
30
void Log::debug(const QString &log, util::source_location location)
31
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected