Apache Sling Commons Log

Clone this repo:
  1. 41bafc8 SLING-13084 Update to Parent 65 (#29) by Eric Norman · 10 days ago master
  2. e36c7df SLING-13067 Bump logback to 1.5.26 (#28) by Eric Norman · 3 weeks ago
  3. c9bfea1 SLING-13067 Bump ch.qos.logback:logback-core from 1.5.19 to 1.5.25 (#27) by dependabot[bot] · 4 weeks ago
  4. a861e66 [maven-release-plugin] prepare for next development iteration by Eric Norman · 3 months ago
  5. 3966f6c [maven-release-plugin] prepare release org.apache.sling.commons.log-6.0.2 by Eric Norman · 3 months ago org.apache.sling.commons.log-6.0.2

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