apache / logging-log4j2

Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
https://logging.apache.org/log4j/2.x/
Apache License 2.0
3.4k stars 1.62k forks source link

Implement `MessageFactory`-namespaced logger registry (blocked by `2.24.1` release) #2962

Open vy opened 2 months ago

vy commented 2 months ago

Port #2936 fixing #2933 in 2.x to main when 2.24.1 is released.

ppkarwasz commented 5 days ago

We should probably abstain as much as possible from using helper methods in log4j-api, because these give a rather unnatural dependency of log4j-core on a recent version of log4j-api. I would put the revamped LoggerRegistry in log4j-kit.