Finding Appenders

2002-10-09 Thread Greg Cutler
I've been working on a small struts application that can "plug in" to existing webapps to view/configure log4j at runtime. The LogManager (and underlying LoggerRepository/Heirarchy) API gives an easy way to retreive all loggers currently instantiated, but I am missing something similar for Appende

Re: Finding Appenders

2002-10-09 Thread Ceki Gülcü
This problem has been mentioned several times. We will address the issue in log4j 1.3. At 13:39 09.10.2002 -0700, you wrote: >I've been working on a small struts application that >can "plug in" to existing webapps to view/configure >log4j at runtime. The LogManager (and underlying >LoggerReposit

Re: Finding Appenders

2002-10-10 Thread Greg Cutler
--- Ceki Gülcü <[EMAIL PROTECTED]> wrote: > This problem has been mentioned several times. We > will address the issue in > log4j 1.3. > > At 13:39 09.10.2002 -0700, you wrote: > >I've been working on a small struts application > that > >can "plug in" to existing webapps to view/configure > >lo

Re: Finding Appenders

2002-10-10 Thread sk k
About JMX: I was able to get both RI from Sun and MX4j server up and running using the JMX capablities exposed by log4j. Since, MX4j is actively developed and maintained, you can take a look at it. It has some bugs but it seems to get the work done at least for me since, I wanted some s