0.0.2 • Published 4 years ago

@pebblo/logger v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Installation

$ npm install @pebblo/logger

How to use?

import Logger from '@pebblo/logger';

/*
* TITLE (Something like DATABASE, INFO)
* MESSAGE
* DATE BOOLEAN (Set to false if you don't want to see the date timestamp)
* COLORS ['red', 'blue'] 
* The first parameter is what the title color will be
* The second color parameter will be the message color
*/

Logger('ERROR', 'Oh no something went wrong!', true, ['red']);

LICENSE

  • Published under the MIT LICENSE.

Credits

  • Date function was made by my friend

Colors

blue
cyan
red
green
yellow
darkblue
magenta
white
black
brightblack
brightred
brightgreen
brifghtyellow
brightblue
brightmagenta
brightcyan
brightwhite
default