Utility library for setting up slf4j with log4j2, adding the missing ServiceProvider to work with Java 11
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>log4j2-utils</artifactId>
<version>0.15.0</version>
</dependency>
Utility library for setting up slf4j with log4j2, adding the missing ServiceProvider to work with Java 11
JavaApache-2.0