UNPKG

dashing-js

Version:
10 lines (8 loc) 209 B
var winston = require('winston'); module.exports = logger = new winston.Logger({ transports: [ new winston.transports.Console({timestamp: true}), ], exitOnError: false, handleExceptions: true });