Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void Log::warning(const QString &log, util::source_location location)
41
{
42
Log::instance().write(log, Warning, location);
43
}
44
45
void Log::error(const QString &log, util::source_location location)
46
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected