console-log-saver
v1.0.2
Published
Simple mechanism for collecting and saving to file logs from browser.
Downloads
2
Maintainers
Readme
console-log-saver
Simple mechanism for collecting and saving to file logs from the browser.
With that library you will collecting all logs of the browser like debug, error, info, log, warn. And next you can take them to file and save on your disc.
Installation
$ npm install console-log-saver
Quick start
Put it in entry point of your app.
import 'console-log-saver';
Take all logs to file.
console.saver.save('my-app-logs');
Licence
MIT