1.0.2 • Published 4 years ago

node-log-files v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Description

Log file for nodejs to debug

Installation

npm install node-log-files --save

Using

Import.

const log = require('node-log-files');

Save log to default log file "sample.log".

log('its same test log');

Save log to custom log file "test.log".

log('its same test log', 'test.log');

Log samples

Tue Feb 11 2020 11:33:32 GMT+0530 (India Standard Time)  its same test log

Copyright

Copyright © 2020 naveenedi