I think I have done what was suggested but there is a catch.

I decided to go for a parallel log4j repository for more manageability but
retained the log4j Logger. I didn't extend it or wrap it. ( e.g ) JBoss uses
its own repository to take care of multiple web applications.

The problem is that since I am adding the appenders to log4j's Logger and
storing it in my own repository there is duplication. All the loggers and
appenders are in both repositories. I don't think there is will be a serious
performance issue because all the loggers are accessed from my repository
only but I want to disable log4j's repository but still use log4j's logger.

Does this make sense ?
-- 
View this message in context: 
http://old.nabble.com/Extending-Logger-tp30018462p30199446.html
Sent from the Log4j - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to