Pax Logging API provides a unified logging facade supporting multiple logging frameworks like SLF4J, Log4J, and JULI for OSGi environments.
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-api</artifactId>
<version>2.3.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Obtains the PaxLoggingService and logs an info message.
Use a standard logging facade like SLF4J directly if not in an OSGi environment.
No dependency data recorded yet.