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

Method warning

src/utils/Log.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void Log::warning(const QString &log, util::source_location location)
41{
42 Log::instance().write(log, Warning, location);
43}
44
45void Log::error(const QString &log, util::source_location location)
46{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected