mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
修改默认oops.log.trace日志颜色默认为白色
This commit is contained in:
@@ -106,7 +106,7 @@ oops.log.table(object);
|
||||
* 打印标准日志
|
||||
* @param msg 日志消息
|
||||
*/
|
||||
static trace(msg: any, color: string = "color:#000000;") {
|
||||
static trace(msg: any, color: string = "color:#ffffff;") {
|
||||
// 标记没有打开,不打印该日志
|
||||
if (!this.isOpen(LogType.Trace)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user