[slf4j-dev] [qos-ch/slf4j] 61add2: Full implementation of OSGi Log Service specificat...

Matt Bishop matt at thebishops.org
Tue Dec 8 18:18:25 UTC 2015


  Branch: refs/heads/slf4j-344-logServiceReader
  Home:   https://github.com/qos-ch/slf4j
  Commit: 61add2ba58b048a3e971387e1db3c508d3af5e2e
      https://github.com/qos-ch/slf4j/commit/61add2ba58b048a3e971387e1db3c508d3af5e2e
  Author: Matt Bishop <matt at thebishops.org>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    A osgi-over-slf4j/implementation/pom.xml
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/Activator.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/EventAdminSender.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/ImmutableLogEntry.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/Log.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogEntryException.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogEntryNotifier.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogEntryStore.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogListeners.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogReaderServiceFactory.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogReaderServiceImpl.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceFactory.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceImpl.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/OSGiEventLogger.java
    A osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/package.html
    A osgi-over-slf4j/implementation/src/main/resources/OSGI-INF/metatype/LogReaderService.xml
    A osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/EventAdminSenderTest.java
    A osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogEntryExceptionTest.java
    A osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogEntryNotifierTest.java
    A osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogEntryStoreTest.java
    A osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogServiceImplTest.java
    A osgi-over-slf4j/integration-test/pom.xml
    A osgi-over-slf4j/integration-test/src/main/test/java/org/slf4j/osgi/logservice/integration/test/LogServiceIntegrationTest.java
    M osgi-over-slf4j/pom.xml
    R osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/Activator.java
    R osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceFactory.java
    R osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceImpl.java

  Log Message:
  -----------
  Full implementation of OSGi Log Service specification.
Integration test not working yet as it needs slf4j-341 first.




More information about the slf4j-dev mailing list