Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
2.10.0
-
None
-
None
Description
log4j-slf4j-impl does notÂ
provides org.slf4j.spi.SLF4JServiceProvider with org.apache.logging.slf4j.SLF4JServiceProvider;
(due to no module-info.java, and only an automatic module name, in the log4j-slf4j-impl project.
When ran:
SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8. SLF4J: Ignoring binding found at [jar:file://[redacted]/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#ignoredBindings for an explanation.
Attachments
Issue Links
- duplicates
-
LOG4J2-2129 Log4j2 throws NoClassDefFoundError in Java 9
- Resolved