Provides an SLF4J logging implementation for Jetty, allowing Jetty to log via the SLF4J API.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>12.1.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using SLF4J logging with Jetty's SLF4J implementation.
Ensure only one SLF4J binding is on the classpath to avoid logging conflicts.
No dependency data recorded yet.