MCPcopy 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
636void dmLogInitialize(const LogParams* params)
637{
638 dmLog::LogInitialize(params);
639}
640
641void dmLogFinalize()
642{

Callers

nothing calls this directly

Calls 1

LogInitializeFunction · 0.85

Tested by

no test coverage detected