resthub / resthub-backbone-stack

RESThub Backbone.js stack
http://resthub.org/docs/backbone/
Other
56 stars 26 forks source link

Add support for client logging #82

Closed jripault closed 11 years ago

jripault commented 11 years ago

Add a shim for the console to enable sending logs to the server. The console now have a buffer that is sent when the buffer limit is reached (limit to define). The level can be defined between debug, info, warn, error, off.