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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to