Skip to content

A simply wrapper logger to bring up a customized console.log

Notifications You must be signed in to change notification settings

ferudinato/bmcli-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmcli-logger

A simply logger to bring up a customized messages for your application

Usage

Import customLogger into your project, like this:

import customLogger from 'bmcli-logger';

Then, call the method as you need in order to show a message through the console.

customLogger.info('This is an information message');

customLogger.warning('This message should be displayed in another color');

customLogger.error('an error message will be displayed in red');

Take into account that this package is a web-based tool recommended.

About

A simply wrapper logger to bring up a customized console.log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published