1.1.0 • Published 12 months ago

hoofprint v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Hoofprint

https://img.shields.io/npm/v/hoofprint https://img.shields.io/github/issues/gantoreno/hoofprint https://img.shields.io/github/forks/gantoreno/hoofprint https://img.shields.io/github/stars/gantoreno/hoofprint https://img.shields.io/github/license/gantoreno/hoofprint

A simple Node.js logger.

Installation

Simply install with any of the available package managers:

$ npm install hoofprint # or...
$ yarn add hoofprint

Usage

Import it, and create a Hoofprint instance:

const Hoofprint = require("hoofprint");

const logger = new Hoofprint();

logger.info("Normal message");
logger.warn("Warning message");
logger.error("Error message");
logger.debug("Debug message");

License

This project is licensed under the MIT license.

1.1.0

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago