gtinoco-project-1c-custom-console-log

1.0.0 • Public • Published

Custom Console Log

This library show different kind of custom messages on browser These are the available functions "ok", "info", "error" and "warning".

Installation

npm i gtinoco-project-1c-custom-console-log

Useo

To use the module we must to import it.

const m = require('gtinoco-project-1c-custom-console-log');

Confirmation message "ok"

m.ok('The data has been sent properly');

Information message "info"

m.info('The data has been sent properly');

Warning message "warning"

m.warn('The data has been sent properly even though not so fast');

Failure message "error"

m.error('The data has not been sent properly!');

Readme

Keywords

Package Sidebar

Install

npm i gtinoco-project-1c-custom-console-log

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.56 kB

Total Files

4

Last publish

Collaborators

  • gtinoco