the `os_log` function appears to be missing from t...
# kotlin-native
k
the
os_log
function appears to be missing from the iOS platform bindings
o
it’s not a function, but macros,
Copy code
#define os_log(log, format, ...) \
        os_log_with_type(log, OS_LOG_TYPE_DEFAULT, format, ##__VA_ARGS__)
k
gah! thanks.
os_log_with_type
is also missing 😛
it's also a macro, but quite an extensive one
guess it'll have to be NSLog