| Author |
AsyncAppender in log4j
|
Ram Doss
Greenhorn
Joined: Mar 28, 2003
Posts: 6
|
|
Hi, How do I add appenders to AsyncAppender so that I can direct some log data to be dispatch to FileAppender while other dispatch to JSMAppender..?? i.e. in my Source JMSAppender jmsAppender = new JMSAppender(); AsyncAppender asyncAppender = new AsyncAppender(); asyncAppender.addAppender(jmsAppender); logger.addAppender(asyncAppender); but it actually not dispatching to JMS Queue which attached to the JMSAppender. Any suggestions.....???
|
 |
 |
|
|
subject: AsyncAppender in log4j
|
|
|