Apache Sling Commons Log

Clone this repo:
  1. 4dfb2be Run CI on Java 21 as well (#25) by Robert Munteanu · 6 weeks ago master
  2. d2b3da3 Run CI on Java 21 as well by Robert Munteanu · 6 weeks ago
  3. 81f6033 Update to a newer version of Awaitility by Robert Munteanu · 6 weeks ago
  4. 938b06e [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 6 weeks ago
  5. 29aae3b [maven-release-plugin] prepare release org.apache.sling.commons.log-6.0.0 by Stefan Seifert · 6 weeks ago org.apache.sling.commons.log-6.0.0

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