You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the need to access `va_list` in a non-variadic function.
By adding a variadic logging function, we can still bridge `RCTLogFunction`, without changing the public API of `IBGNSLogWithLevel` to not require a `va_list`.
This also removes the need to call the log function on the main queue, which was applied in #76 (7cc7e90).
Fixes#82
0 commit comments