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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...