
Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: 86eaa9cf19193c9e8c471283b23149aa87a88573 https://github.com/qos-ch/slf4j/commit/86eaa9cf19193c9e8c471283b23149aa87a88... Author: Ceki Gulcu <ceki@qos.ch> Date: 2012-09-06 (Thu, 06 Sep 2012) 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 pom.xml M slf4j-api/pom.xml M slf4j-api/src/main/java/org/slf4j/Logger.java M slf4j-api/src/main/java/org/slf4j/LoggerFactory.java M slf4j-api/src/main/java/org/slf4j/helpers/MarkerIgnoringBase.java M slf4j-api/src/main/java/org/slf4j/impl/StaticLoggerBinder.java M slf4j-ext/pom.xml M slf4j-jcl/pom.xml M slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerAdapter.java M slf4j-jcl/src/main/java/org/slf4j/impl/StaticLoggerBinder.java M slf4j-jdk14/pom.xml M slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java M slf4j-jdk14/src/main/java/org/slf4j/impl/StaticLoggerBinder.java M slf4j-log4j12/pom.xml M slf4j-log4j12/src/main/java/org/slf4j/impl/Log4jLoggerAdapter.java M slf4j-log4j12/src/main/java/org/slf4j/impl/StaticLoggerBinder.java M slf4j-migrator/pom.xml M slf4j-nop/pom.xml M slf4j-nop/src/main/java/org/slf4j/impl/StaticLoggerBinder.java R slf4j-osgi-integration-test/pom.xml R slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/IntegrationTestConstants.java R slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/jdk/test/JdkBundleTest.java R slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/log4j/test/Log4JBundleTest.java R slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/logservice/test/LogServiceBundleTest.java R slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/nop/test/NopBundleTest.java R slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/simple/test/SimpleBundleTest.java R slf4j-osgi-integration-test/src/test/resources/log4j.properties R slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/jdk/test/MANIFEST.MF R slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/log4j/test/MANIFEST.MF R slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/logservice/test/MANIFEST.MF R slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/nop/test/MANIFEST.MF R slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/simple/test/MANIFEST.MF R slf4j-osgi-test-bundle/pom.xml R slf4j-osgi-test-bundle/src/main/java/org/slf4j/osgi/test/Activator.java R slf4j-osgi-test-bundle/src/main/java/org/slf4j/osgi/test/CommonsLoggingTester.java R slf4j-osgi-test-bundle/src/main/java/org/slf4j/osgi/test/ProbeImpl.java R slf4j-osgi-test-bundle/src/main/java/org/slf4j/osgi/test/service/Probe.java R slf4j-scala-api/pom.xml R slf4j-scala-api/src/main/scala/Logging.scala R slf4j-scala-api/src/main/scala/logger.scala R slf4j-scala-api/src/test/scala/LoggerSpec.scala R slf4j-scala-api/src/test/scala/LoggingSpec.scala M slf4j-simple/pom.xml M slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java M slf4j-simple/src/main/java/org/slf4j/impl/StaticLoggerBinder.java M slf4j-site/pom.xml R slf4j.composite Log Message: ----------- adding vargs support to Logger interface