1.0.5 • Published 9 years ago

angri v1.0.5

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

Angri - Colored Node.js Logging

Installation

npm install angri

Getting Started

var logger = require('angri');

Description

Angri logs information to the console with a timestamp and a color to help discern logs.

Logging Functions

logger.log("Users saved");

logger.info("You left the oven on");

logger.warning("Its dangerous to go alone. Take this!");

logger.error("Error", "errorMessage");

logger.routeHit("/home/user");

logger.serverStart("http://localhost:3030");

Future Features

  • Save logs to file
  • Customize colors
  • Event Listeners
1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago