1.0.0 • Published 3 years ago

loba v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Loba

This is a simple console logger for errors, warnings and success messages for node

Requirements:

  • NodeJS

Install

npm install loba --save


Usage

    const Logger = require("loba"); // import the Loba package

    Logger.error("ERROR! This is an error"); // log an error message to console
    Logger.error("SUCCESS! This is a success"); // log an success message to console
    Logger.error("WARNING! This is a warning"); // log an warning message to console

Contribute

You are welcome to contribute, checkout the github repo