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

Method information

src/utils/Log.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void Log::information(const QString &log, util::source_location location)
36{
37 Log::instance().write(log, Info, location);
38}
39
40void Log::warning(const QString &log, util::source_location location)
41{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected