slogit

A small library makes logging easy

Usage no npm install needed!

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

README

Slogit

A simple NPM Module that makes logging easy

Usage

  • First of all, install the module:
npm install slogit
  • Require and define the slogit() function
var hexa = require('slogit').slogit;
  • Use the slogit() function!
slogit('Hello %s', 'World');