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

Method Warn

src/platform/linux/log.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Log::Warn(const char* fmt, ...)
102{
103 va_list args;
104 va_start(args, fmt);
105 LogWrite("WARN", fmt, args);
106 va_end(args);
107}
108
109void Log::Error(const char* fmt, ...)
110{

Callers

nothing calls this directly

Calls 1

LogWriteFunction · 0.85

Tested by

no test coverage detected