Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: fe440ce9cdf1637dfd8aa9998114c627ff7c1078 https://github.com/qos-ch/slf4j/commit/fe440ce9cdf1637dfd8aa9998114c627ff7c1078 Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019)
Changed paths: A slf4j-api/src/test/java/org/slf4j/event/EventRecodingLoggerTest.java Log Message: ----------- SLF4j-466: Add test for all happy flow cases Commit: b99ad9f80f937a91209accd9561332bb9fa30312 https://github.com/qos-ch/slf4j/commit/b99ad9f80f937a91209accd9561332bb9fa30312 Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java Log Message: ----------- SLF4j-466: add missing marker in one of the warn methods Commit: a09d78831003bc155ca9ea5374d24dde24dd2976 https://github.com/qos-ch/slf4j/commit/a09d78831003bc155ca9ea5374d24dde24dd2976 Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java M slf4j-api/src/main/java/org/slf4j/helpers/Util.java Log Message: ----------- SLF4j-466: Move two methods from MessageFormatter to Util so they can be used by the EventRecordingLogger as well Commit: 9df5d4fe915b887ff610a50fca30fe1064d63c66 https://github.com/qos-ch/slf4j/commit/9df5d4fe915b887ff610a50fca30fe1064d63c66 Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java Log Message: ----------- SLF4j-466: put the throwable at the right place of the SubstituteLoggingEvent, introduced two more recordEvent methods for the two object argument log statements Commit: 7c3d35596f93142cd75a7c1d00c677c9c3051d0b https://github.com/qos-ch/slf4j/commit/7c3d35596f93142cd75a7c1d00c677c9c3051d0b Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/helpers/Util.java Log Message: ----------- SLF4j-466: only call arraycopy if we have elements to copy Commit: 587ec03af793126782efb6f8196b2487e524801f https://github.com/qos-ch/slf4j/commit/587ec03af793126782efb6f8196b2487e524801f Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/test/java/org/slf4j/event/EventRecodingLoggerTest.java Log Message: ----------- SLF4j-466: added missing newline at end of file Commit: a98bd22216fabe015635445be7ba9e77caabee72 https://github.com/qos-ch/slf4j/commit/a98bd22216fabe015635445be7ba9e77caabee72 Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/helpers/Util.java Log Message: ----------- SLF4j-466: fixed typo in javadoc Commit: b0b57b9f9b261158d4c888f6527018c5f80eed8b https://github.com/qos-ch/slf4j/commit/b0b57b9f9b261158d4c888f6527018c5f80eed8b Author: Wessel van Norel <wessel.van.no...@delgurth.com> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java Log Message: ----------- SLF4j-466: if was missing a space Commit: 4ed24489fa807d9150f4cd9b46b207a4f4373324 https://github.com/qos-ch/slf4j/commit/4ed24489fa807d9150f4cd9b46b207a4f4373324 Author: Ceki Gulcu <c...@qos.ch> Date: 2019-08-13 (Tue, 13 Aug 2019) Changed paths: M slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java M slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java M slf4j-api/src/main/java/org/slf4j/helpers/Util.java A slf4j-api/src/test/java/org/slf4j/event/EventRecodingLoggerTest.java Log Message: ----------- Merge pull request #215 from delgurth/SLF4J-466 Fixes SLF4J-466 Compare: https://github.com/qos-ch/slf4j/compare/8a5c449bd824...4ed24489fa80 _______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev