What's the best way to get access to the log4j Logger from the LoggingService. I would
think that I could use a JNDI lookup but I don't know what context to get or what the
name is.
I've seen sample from googling this topic that look like this...
Logger.getInstance("category");
But I'm not sure that will do what I want. I want the Logger that knows about my
appender that I defined in the log4j.xml file.
Thanks.
Eric Ray
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971158#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...