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

Function dmLogGetLevel

engine/dlib/src/dlib/log.cpp:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651LogSeverity dmLogGetLevel()
652{
653 return dmLog::g_LogLevel;
654}
655
656// Deprecated. Try to move back to the C api
657namespace dmLog {

Callers 1

LoadFromBufferInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected