| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdorg.apache.logging.log4j |
| ArtifactId | ArtifactIdlog4j-to-jul |
| Last Version | Last Version2.17.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Log4j to JUL Bridge
The Apache Log4j binding between Log4j 2 API and java.util.logging (JUL).
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| log4j-to-jul-2.17.2.pom | |
| log4j-to-jul-2.17.2.jar | 17 KB |
| log4j-to-jul-2.17.2-test-sources.jar | 10 KB |
| log4j-to-jul-2.17.2-sources.jar | 16 KB |
| log4j-to-jul-2.17.2-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-to-jul/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-jul</artifactId>
<version>2.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-to-jul/
implementation 'org.apache.logging.log4j:log4j-to-jul:2.17.2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-to-jul/
implementation ("org.apache.logging.log4j:log4j-to-jul:2.17.2")
'org.apache.logging.log4j:log4j-to-jul:jar:2.17.2'
<dependency org="org.apache.logging.log4j" name="log4j-to-jul" rev="2.17.2">
<artifact name="log4j-to-jul" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-to-jul', version='2.17.2')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-to-jul" % "2.17.2"
[org.apache.logging.log4j/log4j-to-jul "2.17.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava-testlib | jar | 31.0.1-jre |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |