1.0.6 • Published 2 years ago

bmcli-logger v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago