console-log-saver

1.0.2 • Public • Published

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.

npm version License: MIT

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

Package Sidebar

Install

npm i console-log-saver

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

4.04 kB

Total Files

4

Last publish

Collaborators

  • krzaku281