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

Method Error

src/platform/linux/log.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void Log::Error(const char* fmt, ...)
110{
111 va_list args;
112 va_start(args, fmt);
113 LogWrite("ERR ", fmt, args);
114 va_end(args);
115}
116
117void Log::Debug(const char* fmt, ...)
118{

Callers

nothing calls this directly

Calls 1

LogWriteFunction · 0.85

Tested by

no test coverage detected