1.0.0 • Published 6 years ago

dvhe-logger v1.0.0

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

Installation

$ npm install dvhe-logger

How to use?

const logger = require("dvhe-logger");

logger.log("this is a test message");

logger.error("oh no! an error message"); 

Usages

  • logger.log(msg);
  • logger.error(msg);
  • logger.debug(msg);
  • logger.warn(msg);

LICENSE

Published under the MIT LICENSE.

1.0.0

6 years ago