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