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

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


    from b7f50da  Normalize setter Javadoc
     add 946711e  Add support for Log4j API and SLF4J (#177)

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 154 +++++++++-
 .../org/apache/commons/logging/LogFactory.java     |  43 ++-
 .../apache/commons/logging/impl/Log4JLogger.java   |   2 +
 .../commons/logging/impl/Log4jApiLogFactory.java   | 231 +++++++++++++++
 .../commons/logging/impl/Slf4jLogFactory.java      | 323 +++++++++++++++++++++
 .../logging/log4j2/CallerInformationTestCase.java  | 109 +++++++
 .../logging/slf4j/CallerInformationTestCase.java   | 112 +++++++
 src/test/resources/log4j2-test.xml                 |  26 ++
 src/test/resources/logback-test.xml                |  22 ++
 9 files changed, 1016 insertions(+), 6 deletions(-)
 create mode 100644 
src/main/java/org/apache/commons/logging/impl/Log4jApiLogFactory.java
 create mode 100644 
src/main/java/org/apache/commons/logging/impl/Slf4jLogFactory.java
 create mode 100644 
src/test/java/org/apache/commons/logging/log4j2/CallerInformationTestCase.java
 create mode 100644 
src/test/java/org/apache/commons/logging/slf4j/CallerInformationTestCase.java
 create mode 100644 src/test/resources/log4j2-test.xml
 create mode 100644 src/test/resources/logback-test.xml

Reply via email to