The Felix team is pleased to announce the release of Felix Logback version 1.0.0
*Apache Felix Logback* is a small integration of the Logback <https://logback.qos.ch/> backend with OSGi. With *OSGi R7* the *Log Service Specification 1.4* (Log 1.4) brings a slew of new features designed to improve the developer experience with logging, the details of which can be read about here <https://osgi.org/specification/osgi.cmpn/7.0.0/service.log.html>. This project is intended to help bridge the last frontier of OSGi logging by leveraging many capabilities of Logback <https://logback.qos.ch/>, the new *Log 1.4* features to provide a *unified backend*. http://felix.apache.org/documentation/subprojects/apache-felix-logback.html This release is available from http://felix.apache.org/site/downloads.cgi and Maven: <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.logback</artifactId> <version>1.0.0</version> </dependency> Enjoy! -The Felix team