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

Function log_warn

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

Source from the content-addressed store, hash-verified

201void log_diag(const char* text) { log_write(log_diagnostic, text); }
202void log_info(const char* text) { log_write(log_inform, text); }
203void log_warn(const char* text) { log_write(log_warning, text); }
204void log_err (const char* text) { log_write(log_error, text); }
205void log_diagf(const char* text, ...) {
206 va_list args;

Callers 15

demo_windows_initFunction · 0.85
duplication_next_frameFunction · 0.85
gltf_parse_extrasFunction · 0.85
render_get_deviceFunction · 0.85
_tex_set_color_arrFunction · 0.85
tex_get_cubemap_lightingFunction · 0.85
tex_get_data_mipFunction · 0.85
material_createFunction · 0.85
material_set_chainFunction · 0.85
mesh_set_keep_dataFunction · 0.85
mesh_set_draw_indsFunction · 0.85
assets_execute_gpuFunction · 0.85

Calls 1

log_writeFunction · 0.85

Tested by

no test coverage detected