1.0.2 • Published 8 years ago

senso-logger v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

senso-logger

Easy adoption logger function for node.js projects.

Features: 1. Automatically create log folder in your node project. 2. Archive files by month. 3. Optional colored logs in console

Install module:

  npm install --save senso-logger

Syntax (see how easy it is!):

  var log = require('log');
  log('text you wanted to create');

Logging Folder Structure

 log
 |--Archive
        |--Jan
        |--Feb
        |--Mar 
 |--Apr
 |--May

The above folder structure will be created automatically.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago