I had logback & JDA installed, and there we're no issues whatsoever & it was able to detect the logger (logback) but when I installed DIH4JDA and finally set it up, it doesn't detect any loggers/logbacks whatsoever, and prints out Failed to load class "org.slf4j.impl.StaticLoggerBinder". Defaulting to no-operation (NOP) logger implementation. without printing Login successful! so, how do I fix this?
What I expect:
Logback logger stuff to work, without printing the Failed to load class "org.slf4j.impl.StaticLoggerBinder". Defaulting to no-operation (NOP) logger implementation. errors, and printing out Login successful!
Reality:
Logback doesn't work & the console instead errors: Failed to load class "org.slf4j.impl.StaticLoggerBinder". Defaulting to no-operation (NOP) logger implementation. & doesn't print: Login successful!, even when the login is successful.