
Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: a21401d25e0948fffb9a63bcdfb5ccfa6942e306 https://github.com/qos-ch/slf4j/commit/a21401d25e0948fffb9a63bcdfb5ccfa6942e... Author: Chetan Mehrotra <chetanm@adobe.com> Date: 2014-02-02 (Sun, 02 Feb 2014) Changed paths: A slf4j-api/src/main/java/org/slf4j/helpers/SubstitutableLogger.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLoggerFactory.java A slf4j-api/src/test/java/org/slf4j/helpers/SubstitutableLoggerTest.java A slf4j-api/src/test/java/org/slf4j/helpers/SubstituteLoggerFactoryTest.java Log Message: ----------- SLF4j 311 - Enable swapping of NOPLogger in SubstituteLoggerFactory Commit: 78280dc391f27e3ec41e8902f51a7d32a944a362 https://github.com/qos-ch/slf4j/commit/78280dc391f27e3ec41e8902f51a7d32a944a... Author: Chetan Mehrotra <chetanm@adobe.com> Date: 2014-02-03 (Mon, 03 Feb 2014) Changed paths: M slf4j-api/src/test/java/org/slf4j/helpers/SubstitutableLoggerTest.java Log Message: ----------- Minor changes around method names Commit: ca685554866dd3134f344a2b8effd5a0f38c9a31 https://github.com/qos-ch/slf4j/commit/ca685554866dd3134f344a2b8effd5a0f38c9... Author: Chetan Mehrotra <chetanm@adobe.com> Date: 2014-02-03 (Mon, 03 Feb 2014) Changed paths: M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLoggerFactory.java Log Message: ----------- Removing the synchronisation as per Andrei comments Commit: 4f1bf59089529a4ab386ab9270bdd58374ac36dc https://github.com/qos-ch/slf4j/commit/4f1bf59089529a4ab386ab9270bdd58374ac3... Author: Chetan Mehrotra <chetanm@adobe.com> Date: 2014-02-03 (Mon, 03 Feb 2014) Changed paths: M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java Log Message: ----------- Changing the delegate of substituted loggers post initialization Commit: c529cbd123ca4569ca656b1ba9a288acca1f92c1 https://github.com/qos-ch/slf4j/commit/c529cbd123ca4569ca656b1ba9a288acca1f9... Author: Chetan Mehrotra <chetanm@adobe.com> Date: 2014-02-03 (Mon, 03 Feb 2014) Changed paths: M slf4j-site/src/site/pages/codes.html Log Message: ----------- Updated the details around substituable logger creation as per updated implementation Commit: 8b3cc12b854625e78be1199a813200350848f3b7 https://github.com/qos-ch/slf4j/commit/8b3cc12b854625e78be1199a813200350848f... Author: Ceki Gulcu <ceki@qos.ch> Date: 2014-02-03 (Mon, 03 Feb 2014) Changed paths: M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java A slf4j-api/src/main/java/org/slf4j/helpers/SubstitutableLogger.java M slf4j-api/src/main/java/org/slf4j/helpers/SubstituteLoggerFactory.java A slf4j-api/src/test/java/org/slf4j/helpers/SubstitutableLoggerTest.java A slf4j-api/src/test/java/org/slf4j/helpers/SubstituteLoggerFactoryTest.java M slf4j-site/src/site/pages/codes.html Log Message: ----------- Merge pull request #58 from chetanmeh/SLF4J-311 SLF4j 311 - Enable swapping of NOPLogger in SubstituteLoggerFactory Compare: https://github.com/qos-ch/slf4j/compare/212e28923f35...8b3cc12b8546