0.7.0 • Published 8 years ago

k-log v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

k-log Build Status

zero dependencies logger, as minimal as possible.

install

simply download it from npm.

$ npm i -D k-log

usage

Require it in your script and feed it a writestream to get the logger function back.

const logStream = fs.createWriteStream(path.join(__dirname, `application.log`), { flags: 'a' })
const log = require('./lib/logger')(logStream)

Tests

$ npm test

license

MIT © Kalium

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago