MCPcopy 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

setupLoggingFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

toLevelFunction · 0.85

Tested by

no test coverage detected