const Winston = require('winstonjs'); class Logger extends Winston { } module.exports = Logger;