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/06/24 04:33:33 UTC

[logging-log4j2] branch LOG4J2-2639 updated (0201152 -> 8af09bc)

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

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


    from 0201152  LOG4J2-2639 - Allow logging calls to be constructed using a builder pattern
     add 8af09bc  LOG4J2-2639 - changes due to review comments

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/logging/log4j/Logger.java | 34 ++++++----
 .../logging/log4j/internal/DefaultLogBuilder.java  | 70 +++++++++++++++----
 .../apache/logging/log4j/internal/LogBuilder.java  | 11 ++-
 .../apache/logging/log4j/spi/AbstractLogger.java   | 79 ++++++++++++++++------
 .../java/org/apache/logging/log4j/LoggerTest.java  |  6 +-
 5 files changed, 148 insertions(+), 52 deletions(-)