日志控制

This commit is contained in:
chen wei bo
2025-09-22 09:56:46 +08:00
parent fe534cacaf
commit 1403079cc0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ export class ErrorHandler {
*/
public clearErrorLog(): void {
this.errorLog = [];
console.log("Error log cleared");
logger.log("Error log cleared");
}
/**