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

Method LogWithVArgs

src/Utilities/Debug.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Debug::LogWithVArgs(const char* pFormat, va_list args)
54{
55 vsprintf_s(StringBuffer, pFormat, args);
56 Log("%s", StringBuffer);
57}
58
59void Debug::INIParseFailed(const char* section, const char* flag, const char* value, const char* Message)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected