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

Function log_warnf

StereoKitC/log.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 va_end(args);
216}
217void log_warnf(const char* text, ...) {
218 va_list args;
219 va_start(args, text);
220 _log_writef(log_warning, text, args);
221 va_end(args);
222}
223void log_errf (const char* text, ...) {
224 va_list args;
225 va_start(args, text);

Callers 15

hand_oxra_initFunction · 0.85
mic_startFunction · 0.85
audio_initFunction · 0.85
tex_load_arr_filesFunction · 0.85
tex_load_arr_parseFunction · 0.85
tex_set_arr_parseFunction · 0.85
tex_load_equirect_fileFunction · 0.85
tex_load_equirect_parseFunction · 0.85
tex_create_mem_typeFunction · 0.85
tex_set_memFunction · 0.85
shader_create_fileFunction · 0.85
sound_createFunction · 0.85

Calls 1

_log_writefFunction · 0.85

Tested by

no test coverage detected