摘要: import * as winston from 'winston'; // 引入config模块,log相关配置放在配置文件下 import config from 'config'; class Logger { private readonly consoleLevel: string; private readonly fileLevel: string; ... 阅读全文
posted @ 2019-03-18 13:50 gluawwa 阅读(507) 评论(0) 推荐(0) 编辑