piuma-log

0.0.1 • Public • Published

piuma-log

Simple library for logging console with colors

Coding

In your project folder do : npm install piuma-log

In your main file use with : const ll = require('piuma-log')(options);

For see default options : var def = ll.defaults();

Levels

By default all message are printed in INFORMATION level, if first parameter is string and is one of this become :

  • i = INFORMATION
  • e = ERROR
  • w = WARNING
  • d = DEBUG
  • v = VERBOSE

Options

  • breadcam
  • epoch
  • level
  • color
  • area

Readme

Keywords

Package Sidebar

Install

npm i piuma-log

Weekly Downloads

0

Version

0.0.1

License

Apache-2.0

Unpacked Size

8.42 kB

Total Files

4

Last publish

Collaborators

  • niosz