Re: inheritance dilemma

2006-04-16 Thread Jacob Kjome
At 10:16 AM 4/16/2006, you wrote: >Thanks Jake, > >It makes sense to me. I just want to confirm that I'm creating an instance >of LoggerX for each FQCN, just as I usually call Logger.getLogger to use >log4j directly. correct? > I'm not 100% sure I'm understanding your question? I'll try to cla

Re: inheritance dilemma

2006-04-16 Thread Jeff Drew
Thanks Jake, It makes sense to me. I just want to confirm that I'm creating an instance of LoggerX for each FQCN, just as I usually call Logger.getLogger to use log4j directly. correct? Thanks again, Jeff On 4/15/06, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > > No, > > FQCN only comes into pla

JMSQueueAppender from contrib (Jamie Tsao)

2006-04-16 Thread Tony
I'm able to send JMS messages to a JMS Queue using the JMSQueueAppender *only* when I configure it programmatically. can someone tell me please how to uae it with an xml file. I defined log4jconfig.xml and put it in web-inf folder and it wan't working. any help will be appreciated. thanks. -