"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to