Kris Wong
11/15/2019, 7:57 PMos_log
function appears to be missing from the iOS platform bindingsolonho
11/16/2019, 6:06 AM#define os_log(log, format, ...) \
os_log_with_type(log, OS_LOG_TYPE_DEFAULT, format, ##__VA_ARGS__)
Kris Wong
11/18/2019, 2:08 PMKris Wong
11/20/2019, 8:59 PMos_log_with_type
is also missing 😛Kris Wong
11/20/2019, 9:01 PMKris Wong
11/20/2019, 9:04 PM