fgerlits commented on code in PR #1481:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1481#discussion_r1055622646
##########
libminifi/include/core/logging/LoggerConfiguration.h:
##########
@@ -133,16 +132,21 @@ class LoggerConfiguration {
class LoggerImpl : public Logger {
public:
- explicit LoggerImpl(std::string name, const std::shared_ptr<LoggerControl>
&controller, const std::shared_ptr<spdlog::logger> &delegate)
+ explicit LoggerImpl(std::string name, std::optional<std::string> id, const
std::shared_ptr<LoggerControl> &controller, const
std::shared_ptr<spdlog::logger> &delegate)
Review Comment:
I have changed everything to `Identifier` in
8e2a3e25602436e36b686114ea7ad4daef5f6be8
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]