MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / Debug

Method Debug

src/platform/linux/log.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void Log::Debug(const char* fmt, ...)
118{
119 va_list args;
120 va_start(args, fmt);
121 LogWrite("DBG ", fmt, args);
122 va_end(args);
123}

Callers

nothing calls this directly

Calls 1

LogWriteFunction · 0.85

Tested by

no test coverage detected