You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/09 21:27:38 UTC

[logging-log4j2] branch release-2.x updated: Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new c463f6a  Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.
c463f6a is described below

commit c463f6a954f3d553cee9ddeabbd2cff10c199042
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 9 16:27:35 2022 -0500

    Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ca64e0..5f8bd1e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -110,6 +110,9 @@
         Log4j 1.2 bridge adds org.apache.log4j.spi.DefaultRepositorySelector.
       </action>
       <action dev="ggregory" type="fix">
+        Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.
+      </action>
+      <action dev="ggregory" type="fix">
         JndiManager reverts to 2.17.0 behavior: Read the system property for each call.
       </action>
       <!-- ADD -->