[jboss-user] [JBoss Seam] - Re: Issues moving from Seam 1.1.0 to Seam 1.1.5
norman.richards@jboss.com
do-not-reply at jboss.com
Wed Feb 7 12:39:29 EST 2007
Ok, I fixed the interpolator so that it won't throw an exception when an improperly formatted message comes in. Just so you know, though, you really should be constructing log messages more like
| log.info("Here's my potentially dangerous value: #0", myValue);
|
instead of
| log.info("Here's my potentially dangerous value: " + myValue);
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012571#4012571
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012571
More information about the jboss-user
mailing list