UNPKG

shunter

Version:

A Node.js application built to read JSON and translate it into HTML

11 lines (9 loc) 203 B
'use strict'; var winston = require('winston'); module.exports = function (config) { return new (winston.transports.Console)({ colorize: true, timestamp: true, level: config.argv.logging }); };