0.1.0 • Published 9 years ago

a-logger v0.1.0

Weekly downloads
9
License
ISC
Repository
github
Last release
9 years ago

a-logger experimental

A logger.

Why?

I was frustrated with all the loggers out there. They do way too much. I want some colors, a time and a message. Errors should be logged to stderr, everything else goes to stdout. That's it. No magic. Just a logger.

Install

Via npm do:

npm i a-logger --save

Usage

var logger = require('a-logger')

logger.debug('hello debug')
logger.info('hello info')
logger.warn('hello warn')
logger.error('hello error')

See Also

License

See LICENSE file.

0.1.0

9 years ago

0.0.1

9 years ago