cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Set log level of plugin #10

Closed patrickschaper closed 10 years ago

patrickschaper commented 10 years ago

Enhancement For development and release version one should be able to choose between several log levels.

Example: navigator.analytics.setLogLevel(navigator.analytics.LogLevels.ERROR) navigator.analytics.setLogLevel(navigator.analytics.LogLevels.WARNING) navigator.analytics.setLogLevel(navigator.analytics.LogLevels.VERBOSE)

navigator.analytics.setLogLevel(navigator.analytics.LogLevels.NONE)

cmackay commented 10 years ago

@yesman82 Thanks for the info. I will look into this sometime in the next couple days. Let me know if you have any other ideas for new features. Thanks!