0.1.1 • Published 2 years ago

dailylog v0.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

dailylog -- a daily log for node

a very simple nodejs daily log,just log things day by day on filesystem

#how to use

code like
var logger = require('dailylog').getlog({logdir:'./logs',name:'mylog'});
logger.log('hello,world');

then you will see log at ./logs/mylog-2022-07-09.txt,

and the content like "16:29:38.316|hello,world"

#how to install

npm install dailylog

0.1.0

2 years ago

0.1.1

2 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago