Antonio,
Thanks. This happens to be my first time moving up to SLF4J, and this
line
These dependencies are present in the lib directory of the binary
distribution;
in http://tiles.apache.org/framework/getting_started.html >
Installation led me to think everything necessary was in the lib, even
though the line
SLF4J (API and an implementation) ....
should have told me. ):- Maybe it would help (save you from more
people like me) if this was added:
These dependencies (except for a SLF4J implementation) are present in
the lib directory of the binary distribution;
Cheers,
Ken
On Mar 15, 2010, at 12:18 PM, Antonio Petrelli wrote:
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