0.4.1 • Published 3 years ago

logacious v0.4.1

Weekly downloads
30
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

logacious

Logger with line numbers that can also send logs to syslog.

Example of the output:

[INFO] 2018-01-23 07:38:24.946 lib/migrations.js:25 "Migration successful"
[INFO] 2018-01-23 07:38:24.948 lib/cluster.js:59 "All initialization function successful."
[INFO] 2018-01-23 07:38:24.949 lib/cluster.js:65 "Starting workers" 3

Usage

const logger = require('logacious')()

logger.log('foo', new Error(), object)
logger.info('foo', new Error(), object)
logger.warn('foo', new Error(), object)
logger.error('foo', new Error(), object)

Environment variables