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