1var winston = require('../'); 2winston.handleExceptions(new winston.transports.Console({ colorize: true, json: true })); 3 4throw new Error('Hello, winston!'); 5 6