Apache Sling Commons Log

Clone this repo:
  1. a861e66 [maven-release-plugin] prepare for next development iteration by Eric Norman · 5 days ago master
  2. 3966f6c [maven-release-plugin] prepare release org.apache.sling.commons.log-6.0.2 by Eric Norman · 5 days ago org.apache.sling.commons.log-6.0.2
  3. c8d8d08 Bump ch.qos.logback:logback-core from 1.5.18 to 1.5.19 by dependabot[bot] · 4 weeks ago
  4. 9ec1ed0 SLING-12866 - Restrict force pushes, auto-delete branches on merge by Robert Munteanu · 3 months ago
  5. 4dfb2be Run CI on Java 21 as well (#25) by Robert Munteanu · 7 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc License

Apache Sling Commons Log

This module is part of the Apache Sling project.

The “log” module provides some useful extension to the default Logback feature set to enable better integration with OSGi.

Installation

The Logging bundle should be installed as one of the first modules in the OSGi framework and - provided the framework supports start levels - be set to start at start level 1. This ensures the Logging bundle is loaded as early as possible thus providing services to the framework and preparing logging.

For more details refer to the Logging Documentation

Getting Started

You can compile and package the jar using the following command:

mvn package