Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ kernel
Method
kernel
src/utils/Log.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
static QTextStream err(stderr);
19
20
void Log::kernel(const QString &log)
21
{
22
Log::instance().write(log.trimmed(), Kernel, util::source_location::current());
23
}
24
25
void Log::console(const QString &log, bool overrideSilence)
26
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected