Added option to log streams by their ID, allowing for easier "per-stream" log analyzing (#5507)

This commit is contained in:
pajlada
2024-07-14 11:45:21 +02:00
committed by GitHub
parent b9f669d3a5
commit 9788d0f8f7
12 changed files with 150 additions and 68 deletions
+3 -2
View File
@@ -16,7 +16,7 @@ public:
MOCK_METHOD(void, addMessage,
(const QString &channelName, MessagePtr message,
const QString &platformName),
const QString &platformName, const QString &streamID),
(override));
};
@@ -27,7 +27,8 @@ public:
~EmptyLogging() override = default;
void addMessage(const QString &channelName, MessagePtr message,
const QString &platformName) override
const QString &platformName,
const QString &streamID) override
{
//
}