logging_slf4j_jul

Contains the logger adapter for the SLF4J JUL logging library.

Install the Dependency

=== "build.gradle"

```groovy
implementation("com.hexagonkt:logging_slf4j_jul:$hexagonVersion")
```

=== "pom.xml"

```xml
com.hexagonktlogging_slf4j_jul$hexagonVersion
```

ℹ️ Info

The above adapter bridge other logging libraries that may be used by other third party libraries you use (if you want to disable this behaviour, you need to explicitly exclude bridging libraries).

=== "build.gradle"

```groovy
// Bridges
runtimeOnly("org.slf4j:jcl-over-slf4j:1.7.30")
runtimeOnly("org.slf4j:log4j-over-slf4j:1.7.30")
```

=== "pom.xml"

```xml
org.slf4jjcl-over-slf4j1.7.30org.slf4jlog4j-over-slf4j1.7.30
```

Packages

Link copied to clipboard

Provides a logging management capabilities abstracting the application from logging libraries.