Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void Log::critical(const QString &log, util::source_location location)
51
{
52
Log::instance().write(log, Critical, location);
53
}
54
55
void Log::write(const QString &log,
56
Severity severity,
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected