1.1.0 • Published 9 years ago

logarithmic v1.1.0

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

Logarithmic

A simpler log tool

Using it is simple:

var logarithmic = require("logarithmic");

logarithmic.alert("The user", username, "is trying to make an account");
logarithmic.ok("The user", username, "has made an account");
logarithmic.warning("A thread has crashed. Now trying to make another");
logarithmic.error("Count not connect to database. Now closing");

The various functions all have colouring so that:

  • alert is blue
  • ok is green
  • warning is yellow
  • error is red
1.1.0

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago