[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?
avbentem
do-not-reply at jboss.com
Tue Mar 20 17:18:49 EDT 2007
"avbentem" wrote : import org.jboss.seam.log.Log;
| | :
| | @Logger
| | private Log log;
...and you know you can then use:
log.info("EntityManager (em) -> #0", em);
Saves some String concatenation when the message is somehow suppressed by the logging setup.
Arjan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030009#4030009
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030009
More information about the jboss-user
mailing list