UNPKG

vue-dashing-js

Version:

A fork of nuvo-dashing-js that replaces Batman.js with Vue.js

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 });