1.0.6 • Published 6 months ago

bmcli-logger v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago