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/02/03 04:50:43 UTC

[logging-log4j2] branch master updated (9b03459 -> fd7b3ee)

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 9b03459  Added Log4j to SLF4J Adapter to the BOM
     new 23e206c  added Log4jBridgeHandler
     new 0691117  added Log4jBridgeHandlerTest
     new 8e76292  Create log4j2-julBridge-test.xml
     new 4905967  added JUL-log-config
     new 52e81bc  added special test run for Log4jBridgeHandlerTest
     new dfc23a4  added site-documentation, JavaDoc enhanced, pom corrected
     new 0c09e1a  Typos fixed.
     new 882ee14  Documentation enhanced
     new acba734  Log level propagation implemented, incl. tests. and doc adjustment
     new fd7b3ee  Doc adjusted for log level propagation

The 10543 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 log4j-jul/pom.xml                                  |  63 ++-
 .../logging/log4j/jul/Log4jBridgeHandler.java      | 319 ++++++++++++++
 log4j-jul/src/site/markdown/index.md               |  43 ++
 .../logging/log4j/jul/Log4jBridgeHandlerTest.java  | 459 +++++++++++++++++++++
 .../src/test/resources/log4j2-julBridge-test.xml   |  24 ++
 .../src/test/resources/logging-test.properties     |  31 ++
 6 files changed, 922 insertions(+), 17 deletions(-)
 create mode 100644 log4j-jul/src/main/java/org/apache/logging/log4j/jul/Log4jBridgeHandler.java
 create mode 100644 log4j-jul/src/test/java/org/apache/logging/log4j/jul/Log4jBridgeHandlerTest.java
 create mode 100644 log4j-jul/src/test/resources/log4j2-julBridge-test.xml
 create mode 100644 log4j-jul/src/test/resources/logging-test.properties