1.0.2 • Published 8 years ago

lacewood v1.0.2

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

Lacewood

A simple and smooth logging solution.

Description:

Lacewood is a straightforward and easy-to-use NPM module for logging your application's information to both the console and to a log file.

Installation:

npm install -g lacewood

Usage:

First, create an instance of Lacewood using var lacewood = require(lacewood);.

Log some info to the console and to the log file using lacewood.info(msg).

Log a warning to the console and to the log file using lacewood.warn(msg).

Log an error to the console and to the log file using lacewood.err(msg).

Contact:

Contact the author of Lacewood by going to http://jwpaisley.com/

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago