npm.io
1.0.4 • Published 6 years ago

log-filejs

Licence
ISC
Version
1.0.4
Deps
1
Size
2 kB
Vulns
0
Weekly
0

log-filejs

A logger for just about everything.

NPMNPMNPMNPM

NPM

Install

$ npm i log-filejs --save

Usage

const logFile = require('log-filejs')

logFile.info('Hello again distributed logs')
// - Write to all logs with level `info` and below to `combined.log` 

logFile.error('error 404 not found')
// - Write all logs error (and below) to `error.log`