Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ debug
Method
debug
src/utils/Log.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void Log::debug(const QString &log, util::source_location location)
31
{
32
Log::instance().write(log, Debug, location);
33
}
34
35
void Log::information(const QString &log, util::source_location location)
36
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected