I might be ungraving a dead topic but a simple solution is to check in your dependencies (Maven's pom for exemple) if you are including logback-core and logback-classic.
Slf4j is just the interface, you need the concrete implementation behind it to work.
I've been tricked twice with IDEA messing it up, now I'm good to go :D