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

Function log_subscribe_data

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

Source from the content-addressed store, hash-verified

305///////////////////////////////////////////
306
307void log_subscribe_data(void (*log_callback)(void* context, log_ level, const char* text), void* context) {
308 log_callback_t item = {};
309 item.callback = log_callback;
310 item.context = context;
311 log_listeners.add(item);
312}
313
314///////////////////////////////////////////
315

Callers 1

log_subscribeFunction · 0.85

Calls 1

addMethod · 0.80

Tested by

no test coverage detected