Re: T5: Two logging related questions

2007-12-09 Thread Angelo Chen
solved, import org.slf4j.Logger; read that from some where in the list, thanks. Angelo Chen wrote: > > Hi, > > Got two problems when using logger with T5: > > 1) > @Inject > private Logger logger; > > -- View this message in context: http://www.nabble.com/T5%3A-Two-logging-rela

T5: Two logging related questions

2007-12-09 Thread Angelo Chen
Hi, Got two problems when using logger with T5: 1) @Inject private Logger logger; private void doTest() { logger.info("test logging"); } I got an exception: org.apache.tapestry.internal.services.TransformationException: Error obtaining injected value for