javascriptangularjsloggingangularjs-log

Javascript logging to file on local computer


I need to create log from web application in Chrome(angularjs/javascript) on client/local machine. Any idea how to do that?

I couldn't use activeX object in Chrome.


Solution

  • You can't directly do this. You could use StackTrace.js to push the stacktrace to the server and then read it back in your web application or make it available as a download.