jessemonroy650 / top-phonegap-mistakes

a list of common mistakes by developer new to Phonegap
Creative Commons Zero v1.0 Universal
172 stars 29 forks source link

Cordova logging annoyance(s) #7

Open brodycj opened 8 years ago

brodycj commented 8 years ago

If I am not mistaken, console.log works out of the box for Android and Windows. But if someone adds the iOS platform, then s/he would need to add cordova-plugin-console to get the logging on iOS. This can become an extra time waster when a developer is in a bind to solve last-minute problems before a deadline (which is very common for mobile apps).

I wish the Cordova CLI would install the cordova-plugin-console by default, like it does for the cordova-plugin-whitelist.

jessemonroy650 commented 8 years ago

Your suggestion would be best to put on the Cordova Bug Respository. You will need to have an account on that forum. This is a link to the same repository, with the filter set to the console plugin

CB-7101 is by Raymond Camden. He is a committer and he might be receptive to your suggestion.

I'll close this after you respond.

Best of Luck Jesse

brodycj commented 8 years ago

I just raised CB-10213 with this issue, and added a comment to CB-7107. I would like to see this @#$% documented here as well.

jessemonroy650 commented 8 years ago

Per the documentation: It adds additional function for iOS, Ubuntu, Windows Phone 8, and Windows.