announce  

[ANN] Apache Sling OSGi LogService Implementation version 2.0.6 Released

Felix Meschberger
Wed, 05 Aug 2009 01:42:56 -0700

The Apache Sling team is pleased to announce the release of Apache Sling
OSGi LogService Implementation version 2.0.6

Implementation of the OSGi Compendium Log Service using SLF4J on top of
a private implementation. In addition to providing the implemented SLF4J
API, the Log4J and Jakarta Commons Logging APIs are provided with
implementations on top of the SLF4J API.

http://sling.apache.org/site/logging.html

This release is available from
http://sling.apache.org/site/downloads.cgi and Maven:

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.commons.log</artifactId>
    <version>2.0.6</version>
</dependency>


Release Notes:

** Sub-task
 * [SLING-526]  - Document the new log configuration support on the Site
** Improvement
 * [SLING-1060] - Support implicit Log Wrtiter configuration
 * [SLING-1068] - Ensure recent commons/log bundle builds can be
                  installed on Sling 3
** New Feature
 * [SLING-978]  - Allow Sling logs to be configured to rotate on time
                  instead of file size
 * [SLING-1062] - Create Felix Web Console page


Enjoy!

-The Sling team
  • [ANN] Apache Sling OSGi LogService Implementation version 2.0.6 Released Felix Meschberger