bmcli-logger
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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.

Package Sidebar

Install

npm i bmcli-logger

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

3.76 kB

Total Files

6

Last publish

Collaborators

  • ferdroid8080