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

Function log_subscribe

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

Source from the content-addressed store, hash-verified

293 ((void(*)(log_, const char*))context)(level, text);
294}
295void log_subscribe(void (*log_callback)(log_ level, const char* text)) {
296 log_subscribe_data(_log_call_nodata, (void*)log_callback);
297}
298
299///////////////////////////////////////////
300

Callers 1

wWinMainFunction · 0.85

Calls 1

log_subscribe_dataFunction · 0.85

Tested by

no test coverage detected