[jboss-user] [JBoss Seam] - Re: Issues moving from Seam 1.1.0 to Seam 1.1.5

bsmithjj do-not-reply at jboss.com
Wed Feb 7 19:38:50 EST 2007


I'll stick with commons logging for logging.

But one idea occurs to me, you might want to change:


  | 
  | @Logger
  | private Log log;
  | 
  | 

to 


  | 
  | @Printer
  | private Printf printf
  | 
  | 

since it sounds like your true goal is to emulate printf with the @Logger stuff.

(have a laugh)



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012731#4012731

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012731



More information about the jboss-user mailing list