MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / critical

Method critical

src/utils/Log.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Log::critical(const QString &log, util::source_location location)
51{
52 Log::instance().write(log, Critical, location);
53}
54
55void Log::write(const QString &log,
56 Severity severity,

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected