l

log4j2-utils

Utility library for setting up slf4j version 1.8.0-beta4 with log4j2 version 2.17.2. Adding the missing ServiceProvider to work with Java 11
https://github.com/hhund/log4j-utils
Apache License, Version 2.0
Heilbronn University of Applied Sciences, Faculty of Informatics
Hauke Hund
文件下载
文件名 操作
log4j2-utils-0.13.0.jar 下载
log4j2-utils-0.13.0.pom 下载
log4j2-utils-0.13.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.hs-heilbronn.mi</groupId>
  <artifactId>log4j2-utils</artifactId>
  <version>0.13.0</version>
</dependency>
Gradle Groovy
implementation 'de.hs-heilbronn.mi:log4j2-utils:0.13.0'
Gradle Kotlin
implementation("de.hs-heilbronn.mi:log4j2-utils:0.13.0")
Scala SBT
libraryDependencies += "de.hs-heilbronn.mi" % "log4j2-utils" % "0.13.0"
Groovy Grape
@Grapes(
  @Grab(group='de.hs-heilbronn.mi', module='log4j2-utils', version='0.13.0')
)
Apache Ivy
<dependency org="de.hs-heilbronn.mi" name="log4j2-utils" rev="0.13.0" />
Leiningen
[de.hs-heilbronn.mi/log4j2-utils "0.13.0"]
Apache Buildr
'de.hs-heilbronn.mi:log4j2-utils:jar:0.13.0'