Hi, I created a request filter and registered with Tapestry. All is working fine. Except for logging. I tried to obtain a logger, but nor inject nor LoggerFactort.getLogger() seems to work, the logs are not seen.
I have this in log4j.properties log4j.category.com.mycomp.services.AppModule.TimingFilter=info log4j.category.com.mycomp.services.MyDispatcher=info Could you give me a hint, how to get at the SL4J logger used by T5? thx! Janos