MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / log_writef

Function log_writef

StereoKitC/log.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190///////////////////////////////////////////
191
192void log_writef(log_ level, const char *text, ...) {
193 va_list args;
194 va_start(args, text);
195 _log_writef(level, text, args);
196 va_end(args);
197}
198
199///////////////////////////////////////////
200

Callers 1

Calls 1

_log_writefFunction · 0.85

Tested by

no test coverage detected