We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbf705a + a8e7a80 commit 92df8d7Copy full SHA for 92df8d7
framework/areglogger/client/private/LoggerClient.hpp
@@ -62,7 +62,7 @@ class LoggerClient : public ServiceClientConnectionBase
62
//////////////////////////////////////////////////////////////////////////
63
private:
64
//!< The name of the observer dispatcher thread
65
- static constexpr std::string_view ThreadName { "LogObserverThread" };
+ static constexpr std::string_view ThreadName { "AREG_LogObserverThread" };
66
67
//!< The prefix to add to the send and receive threads.
68
static constexpr std::string_view ThreadPrefix { "Observer" };
0 commit comments