egg/lib/core/console.js
2016-07-17 12:48:09 +08:00

6 lines
189 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'use strict';
// 启动日志,启动阶段还未加载 logger统一使用这个。
const ConsoleLogger = require('egg-logger').EggConsoleLogger;
module.exports = new ConsoleLogger();