1.0.4 • Published 5 years ago

debugfilelog v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

debugfilelog Build Status

Install this globally and use it to debug where console.log can't be used. Replaces console.log writing in a file of your choice.

Works on node 0.10 and iojs too.

Installation

 $ npm i -g debugfilelog

Usage

const filelog = require('debugfilelog')('/tmp/log')

filelog('hello world!')  // writes to file
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago