Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ disableLevel
Function
disableLevel
src/Diagnostics/src/Logging.cpp:96–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void disableLevel(Level level)
97
{
98
for (auto& sink : _sinks)
99
{
100
sink->disableLevel(level);
101
}
102
}
103
104
}
Callers
1
TEST
Function · 0.85
Calls
1
disableLevel
Method · 0.80
Tested by
1
TEST
Function · 0.68