asave

Logging JavaScript applications

Usage no npm install needed!

<script type="module">
  import asave from 'https://cdn.skypack.dev/asave';
</script>

README

ASave

Logging JavaScript applications

NPM

Installation

npm install asave

Examples

const asave = require('asave');

let logger = new asave({
  path: './',
  format: 'csv'                    // csv,log,txt
});
logger.save('database','error');   //->./database.csv

Changelog

  • v 1.1.0 - Add format file
  • v 1.0.0 - Initial Release

License

GNU General Public License v3.0