Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ getDebugLevel
Function
getDebugLevel
components/debug/debugging.cpp:383–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
Level getDebugLevel()
384
{
385
if (const char* env = getenv(
"OPENMW_DEBUG_LEVEL"
))
386
return toLevel(env);
387
388
return Verbose;
389
}
390
391
Level getRecastMaxLogLevel()
392
{
Callers
4
setupLogging
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
toLevel
Function · 0.85
Tested by
no test coverage detected