UNPKG

magento2-rest-client

Version:

REST client for accessing Magento 2 functionality.

20 lines (15 loc) 395 B
var winston = require('winston'); winston.emitErrs = true; var logger = new winston.Logger({ transports: [ new winston.transports.Console({ level: 'debug', handleExceptions: true, json: false, colorize: true }) ], exitOnError: false }); logger.info('Winston logging library initialized.'); module.exports = logger;