npm.io
0.0.9 • Published 8 years ago

col-log

Licence
MIT
Version
0.0.9
Deps
1
Vulns
0
Weekly
0

color-logger

A simple logger which takes log-level and color as input and displays the corresponding output.
Log-levels include :

  • log
  • info
  • warn
  • error

The function takes 3 parameters :

  • @params1(type: string) - log-level
  • @params2(type: string) - color
  • @params3(type: string) - text

Install :

npm install col-log

Code:

import colog from 'col-log';

colog("log","green","Hey how you doin?");

Keywords