console-log-saver

Simple mechanism for collecting and saving to file logs from browser.

Usage no npm install needed!

<script type="module">
  import consoleLogSaver from 'https://cdn.skypack.dev/console-log-saver';
</script>

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.

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