Skip to content

alexanderGugel/a-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published