You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jason Smith (JIRA)" <ji...@apache.org> on 2013/02/11 02:29:12 UTC

[jira] [Created] (COUCHDB-1676) Webkit and Node.js logging compatibility

Jason Smith created COUCHDB-1676:
------------------------------------

             Summary: Webkit and Node.js logging compatibility
                 Key: COUCHDB-1676
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1676
             Project: CouchDB
          Issue Type: New Feature
          Components: JavaScript View Server
            Reporter: Jason Smith


The log() function in the default query server is barely serviceable. People now expect console.log() support as with modern browsers and in Node.js.

This ticket is to extend the user-facing JS API to feel more like Node.js (which presumably designed its API to feel "right" by some definition).

1. util.format() support compatible with Node.js. (It's like Perl's sprintf)
2. console.log() support compatible with Node.js.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira