Failed to load classe "org.slf4j.impl.StaticLoggerBinder" code example
Example: 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")