2010/3/15 Ken Bowen <[email protected]>: > When I unpack slf4j-api-1.5.8.jar, there are is no package org/slf4j/impl. > So something is missing. Where does org/slf4j/impl/StaticLoggerBinder come > from? > Am I missing some configuration, or do I need to download something else?
You're missing the implementation of SLF4J :-D http://www.slf4j.org/download.html Unzip and take the implementation you prefer (e.g. log4j). Ciao Antonio
