[jboss-user] [JBoss Seam] - Re: multiple @Logger annotations in one class

raghinii do-not-reply at jboss.com
Sun Feb 4 23:22:25 EST 2007


is there anything wrong with  attaching a logger as  static member like so ? 


  | 	@Logger 
  |         private Log log;
  | 
  | 	private static Log authLog = Logging.getLog("LoginLog");
  |  


would it be better to attach it as  an instance member ? 

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

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



More information about the jboss-user mailing list