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
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