You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogDebug("[{SessionId}] Received message '{MessageType}' from server: '{Message}'.",SessionIdHex,message.GetType().Name,message);
1836
+
_logger.LogTrace("[{SessionId}] Received message {MessageName}({MessageNumber}) from server: '{Message}'.",SessionIdHex,message.MessageName,message.MessageNumber,message.ToString());
0 commit comments