4

I would like to store the console output from my javascript in a file.

Well, I would prefer to see the output in a file too see with /usr/bin/tail or other linux comand.

Does anybody know if its possible?, and How to do that?

Juanin
  • 602
  • 1
  • 8
  • 16
  • Is this what you are looking for http://stackoverflow.com/questions/6646016/save-console-output-in-chrome ? – leopic Jun 05 '12 at 15:45
  • 1
    @LEOPiC: That does not have anything to do with saving the log to a file. @Juamin: Since you state "my javascript", perhaps it's feasible to overwrite `console.log` to intercept logs? – pimvdb Jun 05 '12 at 15:54
  • I'm developing with the HP enyo javascript framework and I need to press Ctrl-Shift-I for EVERY page I want to see the console output. It's a big pain and a slow developemt process. I'm looking for a solution, like to have all the time a logger to a file from the browser, but ONLY for the conole output. – Juanin Jun 06 '12 at 18:08

0 Answers0