(client) fix:修复日志浏览界面初始化异常

This commit is contained in:
m0_75251201
2025-08-29 08:58:36 +08:00
parent e69d524bb6
commit 8dd244e90c
7 changed files with 33 additions and 20 deletions

View File

@ -35,10 +35,10 @@ namespace Logging
}
}
static LogCapturer()
public static void Init()
{
// 注册全局日志回调
Application.logMessageReceivedThreaded += HandleLog;
}
// 日志处理回调