You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2022/01/14 23:40:04 UTC

[logging-log4j2] branch release-2.x updated (73a2cd1 -> edcc220)

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

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


    from 73a2cd1  Implement configuration APIs in and PropertyConfigurator and BasicConfigurator.
     add edcc220  LOG4J2-3282 Support source class & method in to-jul (#698)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/logging/log4j/tojul/JULLogger.java  |  7 +--
 .../logging/log4j/tojul/LazyLog4jLogRecord.java    | 70 ++++++++++++++++++++++
 .../org/apache/logging/log4j/tojul/LoggerTest.java | 27 ++++++++-
 3 files changed, 96 insertions(+), 8 deletions(-)
 create mode 100644 log4j-to-jul/src/main/java/org/apache/logging/log4j/tojul/LazyLog4jLogRecord.java