Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-348 console object improvements
  3. CB-613

Fix console.log not sprintf'ing input content

    XMLWordPrintableJSON

Details

    Description

      One thing that could be improved/fixed is that XCode console handling fails to do a sprintf on its input :

      console.log("Just fetched %s-item from endpoint=%o", itemCount, endpoint);

      Does output "Just fetched %s-item from endpoint=%o" in XCode while it could probably have the sprintf :

      "Just fetched 12-item from endpoint=[Object]"

      Not perfect but could be really useful for non-scalar vars.

      One probably correct sprintf implementation in javascript (underscore.string lib) : http://epeli.github.com/underscore.string/lib/underscore.string.js

      Regards,

      Attachments

        Activity

          People

            Unassigned Unassigned
            mgcrea Olivier Louvignes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: