MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / LogDeferredFinalize

Method LogDeferredFinalize

src/Utilities/Debug.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void Debug::LogDeferredFinalize()
36{
37 Log("%s", DeferredStringBuffer);
38 CurrentBufferSize = 0;
39}
40
41void Debug::LogAndMessage(const char* pFormat, ...)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected