添加工具类 LoggerUtil.js

master
刘东琪 9 months ago
parent 3feee26deb
commit dbaf1e0d82
  1. 3
      utils/LoggerUtil.js

@ -3,8 +3,9 @@ const winston = require('winston');
class LoggerUtil {
logger;
uuid;
constructor(uuid) {
this.uuid = uuid;
this.logger = winston.createLogger({
level: 'info',
format: winston.format.combine(

Loading…
Cancel
Save