Extends caterpillar.Transform
Convert Logger entries into human readable format. Extends http://rawgit.com/bevry/caterpillar/master/docs/index.html#Transform
const logger = require('caterpillar').create()
logger.pipe(require('caterpillar-human').create()).pipe(process.stdout)
logger.log('info', 'some', {data: 'oh yeah'}, 42)
#format(message)
Convert a logger entry into a human readable format
#formatArguments(args)
Convert logger entry arguments into a human readable string
#formatDate(datetime)
Convert a datetime into a human readable format
Convert a datetime into a human readable format
string
#getColor(levelNumber)
Get the color for the log level
#getInitialConfig
Get the initial configuration.
Get the initial configuration.
Object