MCPcopy Create free account
hub / github.com/defold/defold / EnableDebugLogging

Function EnableDebugLogging

engine/modelc/src/modelimporter.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void EnableDebugLogging(bool enable)
374{
375 dmLogSetLevel( enable ? LOG_SEVERITY_DEBUG : LOG_SEVERITY_WARNING);
376}
377
378}

Callers

nothing calls this directly

Calls 1

dmLogSetLevelFunction · 0.85

Tested by

no test coverage detected