simlog

0.1.6 • Public • Published

Simlog

Simple log messages for NodeJS.

Install

$ npm install simlog --save-dev

Usage

var sl = require('simlog');
 
sl.done('This is a success message!');
sl.info('This is an info message!');
sl.warn('This is a warning message!');
sl.error('This is an error message!');

License

MIT License © Vitor Britto

Readme

Keywords

Package Sidebar

Install

npm i simlog

Weekly Downloads

8

Version

0.1.6

License

MIT

Last publish

Collaborators

  • vitorbritto