Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ setLogLevel
Method
setLogLevel
src/settings.cpp:2369–2372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2367
}
2368
2369
void DiagnosticsSettings::setLogLevel(log::Levels level)
2370
{
2371
set(m_Settings,
"Settings"
,
"log_level"
, level);
2372
}
2373
2374
lootcli::LogLevels DiagnosticsSettings::lootLogLevel() const
2375
{
Callers
2
on_actionSettings_triggered
Method · 0.45
createMenu
Method · 0.45
Calls
1
set
Function · 0.70
Tested by
no test coverage detected