You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/12/08 05:11:43 UTC

[logging-log4j2] branch master updated (7421fe7 -> 19e7025)

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

rgoers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 7421fe7  Changelog and test coverage for LOG4J2-2725
     add 19e7025  LOG4J2-2058 - Prevent recursive calls to getLogger

No new revisions were added by this update.

Summary of changes:
 .../org/apache/logging/log4j/jul/LogManager.java   |  12 +-
 .../org/apache/logging/log4j/jul/NoOpLogger.java   | 209 +++++++++++++++++++++
 2 files changed, 220 insertions(+), 1 deletion(-)
 create mode 100644 log4j-jul/src/main/java/org/apache/logging/log4j/jul/NoOpLogger.java