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');
A simple NPM Module that makes logging easy
npm install slogit
var hexa = require('slogit').slogit;
slogit('Hello %s', 'World');
npm i slogit
2
0.1.1
MIT