You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/12/31 19:28:33 UTC

[logging-log4j2] branch master updated (38b3eec734 -> fa33c5b629)

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

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


    from 38b3eec734 LOG4J2-2785 - Pattern Layout to abbreviate the name of all logger components except the rightmost words
     add fa33c5b629 [LOG4J2-3645] Minimal changes to allow flow tracing with LogBuilder

No new revisions were added by this update.

Summary of changes:
 .../apache/logging/log4j/LoggerSupplierTest.java   | 12 +--
 .../java/org/apache/logging/log4j/LoggerTest.java  | 99 ++++++++++------------
 .../java/org/apache/logging/log4j/LogBuilder.java  | 11 +++
 .../main/java/org/apache/logging/log4j/Logger.java |  9 ++
 .../logging/log4j/internal/DefaultLogBuilder.java  |  9 ++
 .../log4j/message/DefaultFlowMessageFactory.java   | 75 ++++++++++++++--
 .../logging/log4j/message/FlowMessageFactory.java  | 31 ++++++-
 .../apache/logging/log4j/spi/AbstractLogger.java   | 62 +++-----------
 .../logging/log4j/jul/test/AbstractLoggerTest.java |  1 -
 9 files changed, 191 insertions(+), 118 deletions(-)