Apache Sling Commons Log

Clone this repo:
  1. 9ec1ed0 SLING-12866 - Restrict force pushes, auto-delete branches on merge by Robert Munteanu · 2 weeks ago master
  2. 4dfb2be Run CI on Java 21 as well (#25) by Robert Munteanu · 4 months ago
  3. d2b3da3 Run CI on Java 21 as well by Robert Munteanu · 4 months ago
  4. 81f6033 Update to a newer version of Awaitility by Robert Munteanu · 4 months ago
  5. 938b06e [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 4 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