rgoers commented on code in PR #2438: URL: https://github.com/apache/logging-log4j2/pull/2438#discussion_r1561657002
########## log4j-api/src/main/java/org/apache/logging/log4j/message/package-info.java: ########## @@ -20,7 +20,7 @@ */ @Export /** - * Bumped to 2.22.0, since FormattedMessage behavior changed. + * Bumped to 2.24.0, since FormattedMessage behavior changede. Review Comment: I've thought about this. If I wanted to support the prior version of ResourceLogger I would implement ResourceMessageLogger.or similar. I wouldn't allow ResourceLogger to be overridden. As it stands the ResourceLogger class itself is only 25 lines including comments and blank lines. Heck, the builder class is larger. I just don't see the value in making this more complicated than it needs to be. -- 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]
