MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / debug

Method debug

src/utils/Log.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void Log::debug(const QString &log, util::source_location location)
31{
32 Log::instance().write(log, Debug, location);
33}
34
35void Log::information(const QString &log, util::source_location location)
36{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected