Eli Perkins 741afec07b Fix bad access to null variadic args
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 (7cc7e90a5a49629519706942334c9e6e9957e628).

Fixes #82
2017-10-09 15:28:10 -04:00
..
2017-09-27 22:19:00 +02:00