PragmaTwice commented on code in PR #1885:
URL: https://github.com/apache/fury/pull/1885#discussion_r1883696925
##########
cpp/fury/util/logging.h:
##########
@@ -35,7 +35,7 @@ enum class FuryLogLevel {
DEBUG = -1,
INFO = 0,
WARNING = 1,
- ERROR = 2,
+ ERR = 2,
Review Comment:
> Rename FuryLogLevel::ERROR to FuryLogLevel::ERR. I don't know why this
enum make build failed, but it is successed if renaming it to FuryLogLevel::ERR
Could you attach the error message/log you face about the original `ERROR`
identifier?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]