mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-08 03:16:49 +08:00
Merge branch 'master' of https://gitee.com/dgflash/oops-plugin-framework
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