Hi,

Following the link at end of this post, i made a IOC only app, it works.
then I added a logging like this:
 
 @Inject
 private Logger logger;

import org.slf4j.Logger;

but I got:

No service implements the interface org.slf4j.Logger.

any idea how to register the logger manually?

Thanks,


http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly
-- 
View this message in context: 
http://www.nabble.com/t5%3A-logging-in-IOC-only-app-tp25829986p25829986.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to