
Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: c3751df9afec9b412de6f888a97397af67063717 https://github.com/qos-ch/slf4j/commit/c3751df9afec9b412de6f888a97397af67063... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java A slf4j-api/src/main/java/org/slf4j/event/EventConstants.java A slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java A slf4j-api/src/main/java/org/slf4j/event/Level.java A slf4j-api/src/main/java/org/slf4j/event/LoggingEvent.java A slf4j-api/src/main/java/org/slf4j/event/LoggingEventAware.java A slf4j-api/src/main/java/org/slf4j/event/SubstituteLoggingEvent.java M slf4j-api/src/main/java/org/slf4j/helpers/FormattingTuple.java M slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLogger.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLoggerFactory.java M slf4j-api/src/main/java/org/slf4j/spi/LocationAwareLogger.java M slf4j-api/src/test/java/org/slf4j/helpers/MessageFormatterTest.java M slf4j-api/src/test/java/org/slf4j/helpers/SubstitutableLoggerTest.java M slf4j-ext/src/test/java/org/slf4j/dummyExt/PackageTest.java M slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java M slf4j-log4j12/src/main/java/org/slf4j/impl/Log4jLoggerAdapter.java Log Message: ----------- add event recording support SLF4J-353 Commit: 2d4074c65ab9bcd6f7e745d98bd0597146914464 https://github.com/qos-ch/slf4j/commit/2d4074c65ab9bcd6f7e745d98bd0597146914... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M integration/build.xml M integration/src/test/java/org/slf4j/MissingSingletonMethodAssertionTest.java M pom.xml M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java M slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java R slf4j-api/src/main/java/org/slf4j/event/LoggingEventAware.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLogger.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLoggerFactory.java M slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java A slf4j-jdk14/src/test/java/org/slf4j/LoggerFactoryFriend.java A slf4j-jdk14/src/test/java/org/slf4j/impl/MultithreadedInitializationTest.java A slf4j-jdk14/src/test/java/org/slf4j/impl/RecordingHandler.java M slf4j-log4j12/src/main/java/org/slf4j/impl/Log4jLoggerAdapter.java A slf4j-log4j12/src/test/java/org/slf4j/impl/MultithreadedInitializationTest.java M slf4j-log4j12/src/test/java/org/slf4j/impl/RecursiveAppender.java M slf4j-log4j12/src/test/java/org/slf4j/impl/RecursiveInitializationTest.java A slf4j-log4j12/src/test/resources/recursiveInitWithActivationDelay.properties A slf4j-nop/src/test/java/org/slf4j/LoggerFactoryFriend.java A slf4j-nop/src/test/java/org/slf4j/impl/MultithreadedInitializationTest.java M slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java A slf4j-simple/src/test/java/org/slf4j/LoggerFactoryFriend.java A slf4j-simple/src/test/java/org/slf4j/impl/MultithreadedInitializationTest.java M slf4j-site/src/site/pages/codes.html Log Message: ----------- testing SLF4J-353 support Commit: 0151ac3aeb3058b5bed89dd88296652511a68dff https://github.com/qos-ch/slf4j/commit/0151ac3aeb3058b5bed89dd88296652511a68... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLogger.java M slf4j-nop/src/test/java/org/slf4j/impl/MultithreadedInitializationTest.java Log Message: ----------- fix tests Commit: 2f5d369d67f2532bff5ff7cafcc050318641c222 https://github.com/qos-ch/slf4j/commit/2f5d369d67f2532bff5ff7cafcc050318641c... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M pom.xml Log Message: ----------- faster tests Commit: d2e89fa99d8b725c5710a67b712ea89089a41ba8 https://github.com/qos-ch/slf4j/commit/d2e89fa99d8b725c5710a67b712ea89089a41... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLogger.java M slf4j-site/src/site/pages/codes.html M slf4j-site/src/site/pages/news.html Log Message: ----------- minor edits Commit: 31c509e9a6fdc6902b531b62ec556e3fa757228e https://github.com/qos-ch/slf4j/commit/31c509e9a6fdc6902b531b62ec556e3fa7572... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M integration/pom.xml M jcl-over-slf4j/pom.xml M jul-to-slf4j/pom.xml M log4j-over-slf4j/pom.xml M osgi-over-slf4j/pom.xml M pom.xml M slf4j-android/pom.xml M slf4j-api/pom.xml M slf4j-ext/pom.xml M slf4j-jcl/pom.xml M slf4j-jdk14/pom.xml M slf4j-log4j12/pom.xml M slf4j-migrator/pom.xml M slf4j-nop/pom.xml M slf4j-simple/pom.xml M slf4j-site/pom.xml M slf4j-site/src/site/pages/templates/footer.js Log Message: ----------- release 1.7.15 Compare: https://github.com/qos-ch/slf4j/compare/12697364d0a5...31c509e9a6fd