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
I'd like to use this to better debug hybrid mobile apps (ionic) and web apps in general.
The goal is to make it easy to log events that are sent across a socket and written to a remote web console. It is not clear from your docs how to do this.
I've also looked at client/console.js but can see nothing of this sort there. Is this even possible with this lib? How would I go about adding that feature? Any other better libs out there for this?
The ones I ave found look very dated or immature
I wanted a hub for log messages, then be able to log it on the central hub. I develop using Ionic, which delivers the same app for web, iOS and Android. I need a standard way of debugging/logging without relying on the specific device/environment infrastructure such as Android Studio and Xcode. Too much hassle :P
I'd like to use this to better debug hybrid mobile apps (ionic) and web apps in general.
The goal is to make it easy to log events that are sent across a socket and written to a remote web console. It is not clear from your docs how to do this.
I've also looked at client/console.js but can see nothing of this sort there. Is this even possible with this lib? How would I go about adding that feature? Any other better libs out there for this?
The ones I ave found look very dated or immature
I came upon this one which looks more recent
Cheers.
The text was updated successfully, but these errors were encountered: