Answers for "Failed to load class "org.slf4j.impl.StaticLoggerBinder". fix"

0

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

// Using Kotlin

implementation("org.slf4j:slf4j-api:1.7.5")
implementation("org.slf4j:slf4j-log4j12:1.7.5")
Posted by: Guest on December-16-2020

Code answers related to "Failed to load class "org.slf4j.impl.StaticLoggerBinder". fix"

Browse Popular Code Answers by Language