mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
.
This commit is contained in:
@@ -126,7 +126,7 @@ oops.log.table(object);
|
||||
* 打印标准日志
|
||||
* @param msg 日志消息
|
||||
*/
|
||||
trace(msg: any, color: string = "#FFFFFF") {
|
||||
trace(msg: any, color: string = "#000000ff") {
|
||||
this.print(LogType.Trace, msg, color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user