ppkarwasz commented on code in PR #2396: URL: https://github.com/apache/logging-log4j2/pull/2396#discussion_r1541312483
########## log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java: ########## @@ -201,11 +204,14 @@ public static void checkMessageFactory(final ExtendedLogger logger, final Messag } } - @Override public PropertyEnvironment getEnvironment() { return environment; } + private CoreKeys.LoggerContext contextProperties() { Review Comment: I renamed all property class to `*Properties` and removed the `*Keys` suffix on their container. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org