Re: Log4j and JMX

2007-03-22 Thread Andrew Forkalsrud
I sent this thread to wrong list. I double previous the msg to Log4J developers list under topic "Proposals for jmx package". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Log4j and JMX

2007-03-21 Thread Gim
Hi all, For better managing log4j, I propose add 2 features: 1. List all available loggers thru jmx 2. Correct threshold attribute type of log4j:type=HierarchyDynamicMBean mbean. Now MBeanAttributeInfo return String type for this attribute, but actually returned type of the attribute is Lev

RE: log4j and jmx

2005-09-22 Thread Harp, George
which jmx? JBoss uses log4j and their archeture is based on jmx so I would look there to start. -Original Message- From: mischa [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 6:23 AM To: log4j-user@logging.apache.org Subject: log4j and jmx hi, are there any good examples

Re: log4j and jmx

2005-09-22 Thread Nicolas De Loof
I'm using Spring BeanExporter to publish log4j configuration class="org.springframework.jmx.export.MBeanExporter"> class="org.apache.log4j.jmx.HierarchyDynamicMBean"/> MBeanExporter simpl

log4j and jmx

2005-09-22 Thread mischa
hi, are there any good examples how to setup log4j via jmx? i am using my own jmx service based on mx4j and wonder what steps are needed to register a LoggerDynamicMBean for my service. mischa - To unsubscribe, e-mail: [EMAIL

log4j and jmx for dummies ?

2004-10-25 Thread Pascal Gehl
Hi, I would like to use the JMX features in Log4j. Did anybody achieve this before ? Does somebody have a link to an arcticle ? thanks __ Pascal Gehl [EMAIL PROTECTED]

Log4J and JMX

2004-06-04 Thread Shirish Goel
Hi, I am trying to use log4J with JMX functionality in a clustered environment, Will it work.. I was looking at the src for Agent.java, where it is creating its own mbean server ...then How is the communication/notification model enabled for synchronizing the changes. Thanks in advance Regards,