Logs to the local browser console. On iOS devices it uses console.info for
all levels because of a bug in WebKit whereby other log levels don't show in
some remote debuggers. Also, iOS console only supports a single argument, so
it joins the given arguments as a single string.
Logs to the local browser console. On iOS devices it uses
console.info
for all levels because of a bug in WebKit whereby other log levels don't show in some remote debuggers. Also, iOS console only supports a single argument, so it joins the given arguments as a single string.