Re: Access Log4J with JMX ?

2006-11-17 Thread Curt Arnold
I don't think any of the active log4j committers have much insight into the existing JMX code, but if I'm wrong hopefully they will speak up. Search for bug reports for log4j with JMX in the summary at at http://issues.apache.org/bugzilla/query.cgi and you will come up with a list of sev

Re: Access Log4J with JMX ?

2006-11-17 Thread Nicolas DE LOOF
I'm using it via Spring jmx this way : class="org.apache.log4j.jmx.HierarchyDynamicMBean"/> This gives me acces to the log4j MBeans to get existing loggers and change levels. Please note

Sandro Ruch/namics/com is out of the office.

2006-11-17 Thread Sandro Ruch
I will be out of the office starting 16.11.2006 and will not return until 29.11.2006. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Access Log4J with JMX ?

2006-11-17 Thread gaspode
Hi all, I'd like to change the Log4J configuration remotely while my app is running. I started a simple JMX solution when I noticed that Log4J already includes a JMX package : org.apache.log4j.jmx. Unfortunately, this package is not well documented, and I could not find any mention of it in "The