midwayjs / logger

midway logger
MIT License
4 stars 3 forks source link

分离 format for console and file #85

Closed TimonPeng closed 1 year ago

TimonPeng commented 1 year ago

如果 console output 设置了颜色,也会同时作用到文件中。

export interface LoggerOptions {
    /**
     * Output format for console and file
     */
    format?: LoggerContextFormat;
}