0.3.3 • Published 8 years ago

rotate-log v0.3.3

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

rotate-log

Rotate log files

Usage

const rotate = require('rotate-log');

const debug = rotate({
  name: 'debug',
  path: 'xx/xx/logs', // default logs
  pattern: '.yyyy-MM-dd-HH.log'  //default .yyyy-MM-dd-HH.log  
}).info;

// logs/debug.2015-12-15-15.log
0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago