Is there any way to export messages logged to the javascript console in Google Chrome?
If not, can anyone suggest a good way to diagnose javascript problems on a cli
There is open-source tool which allows you to save all console.log output in a file on your server - JS LogFlush (plug!).
JS LogFlush is an integrated JavaScript logging solution which include:
- cross-browser UI-less replacement of console.log - on client side.
- log storage system - on server side.
Demo