martinzink commented on code in PR #1670:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1670#discussion_r1342408055
##########
libminifi/include/core/logging/Logger.h:
##########
@@ -145,81 +125,63 @@ class LogBuilder {
bool ignore;
BaseLogger *ptr;
std::stringstream str;
- LOG_LEVEL level;
+ LOG_LEVEL level_;
Review Comment:
👍
https://github.com/apache/nifi-minifi-cpp/pull/1670/commits/6f9e8e18551186bf53c7bfcdf5e5669ed859572a
##########
libminifi/include/core/logging/Logger.h:
##########
@@ -145,81 +125,63 @@ class LogBuilder {
bool ignore;
BaseLogger *ptr;
std::stringstream str;
- LOG_LEVEL level;
+ LOG_LEVEL level_;
Review Comment:
👍
https://github.com/apache/nifi-minifi-cpp/pull/1670/commits/6f9e8e18551186bf53c7bfcdf5e5669ed859572a
--
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]