1.1.1 • Published 7 years ago

quicklog-easy v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

quicklog

Quick and easy logger for Node

##Installation 'npm install quicklog-easy'

Usage

Include at the top of your file "var quicklog = require('quicklog-easy');"

then use something like:

quicklog('pathtoyourfile.log', 'message you want to append to the log');

Anywhere you want to append, and to any logfile that you want to create!

The logfile will look like this: Mon Jan 02 2017 17:26:37 GMT-0500 (EST) :success and new entries will append to the bottom.

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago