Skip to content

A very simple node.js daily log, just log things day by day on filesystem

License

Notifications You must be signed in to change notification settings

dontcry2013/dailylog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dailylog

Very simple Node.js daily log, just log things day by day on filesystem.

Installation

npm install dailylog

How to Use

var logger = require('dailylog').getlog({logdir:'./logs',name:'mylog'});  
logger.log('module>fun>something happens here');

Then you will see log at ./logs/mylog_yyyy-mm-dd.txt, and the content would be like HH:MM:SS>modulea>funa>something happen here

About

A very simple node.js daily log, just log things day by day on filesystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%