Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ dmLogInitialize
Function
dmLogInitialize
engine/dlib/src/dlib/log.cpp:636–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
}
635
636
void dmLogInitialize(const LogParams* params)
637
{
638
dmLog::LogInitialize(params);
639
}
640
641
void dmLogFinalize()
642
{
Callers
nothing calls this directly
Calls
1
LogInitialize
Function · 0.85
Tested by
no test coverage detected