//引入logger 对象constlogger=require(path.join(__dirname,'./utils/log4js.js')).getLogger()//输出日志到日志文件和输出流// logger.debug('This little thing went to market')// logger.info('This little thing stayed at home')// logger.error('This little thing had roast beef')// logger.fatal('This little thing had none')// logger.trace('and this little thing went wee, wee, wee, all the way home.')