This commit is contained in:
dgflash
2025-09-16 15:46:23 +08:00
parent 9b6a18a110
commit e0cfcb6071

View File

@@ -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);
}