MCPcopy 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

18static QTextStream err(stderr);
19
20void Log::kernel(const QString &log)
21{
22 Log::instance().write(log.trimmed(), Kernel, util::source_location::current());
23}
24
25void Log::console(const QString &log, bool overrideSilence)
26{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected