Icetea1991
Results
2
comments of
Icetea1991
Hi Karsten, as described here: https://logging.apache.org/log4j/2.x/manual/plugins.html as far as I understand it you would only need to add the execution for the pluginProcessor in your maven-compiler-plugin which then outputs a...
Hi, yes you are right about that. As a workaround I had to set the org.slf4j slf4j-api 2.0.9 because otherwise it does not work. The StaticLoggerBinder class is not available...