We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbb833 commit 42f930eCopy full SHA for 42f930e
GameFrameX.Core/BaseHandler/BaseMessageHandler.cs
@@ -62,7 +62,7 @@ protected Task InnerActionAsync()
62
_stopwatch.Restart();
63
var result = ActionAsync();
64
_stopwatch.Stop();
65
- LogHelper.Debug($"消息处理器:{GetType().Name} 执行耗时:{_stopwatch.ElapsedMilliseconds} ms");
+ LogHelper.Debug($"消息处理器:{GetType().Name},UniqueId:{Message.UniqueId} 执行耗时:{_stopwatch.ElapsedMilliseconds} ms");
66
return result;
67
}
68
0 commit comments