MCPcopy Create free account
hub / github.com/OpenMW/openmw / getRecastMaxLogLevel

Function getRecastMaxLogLevel

components/debug/debugging.cpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 }
390
391 Level getRecastMaxLogLevel()
392 {
393 if (const char* env = getenv("OPENMW_RECAST_MAX_LOG_LEVEL"))
394 return toLevel(env);
395
396 return Error;
397 }
398
399 void setupLogging(const std::filesystem::path& logDir, std::string_view appName)
400 {

Callers 2

runNavMeshToolFunction · 0.85
runApplicationFunction · 0.85

Calls 1

toLevelFunction · 0.85

Tested by

no test coverage detected