1 Reply Latest reply on Jan 19, 2007 8:26 PM by genman

    Using java.util.logging with JBoss AS 4.x Logging service

    dwin

      Hey guys

      JBoss AS's JMX has the ability to set the logging levels dynamically, the service is called Logging

      Domain Name: jboss.system
      service: Logging
      type: Log4jService
      MBean Java Class: org.jboss.mx.modelmbean.XMBean

      I was wondering as opposed to using log4j to log my stuff, I would use util.logging instead. However, I want to the Mbean to control the logging levels of specific loggers.

      Is there a way to use java.util.logging along with JBoss AS and its JMX logging MBean?

      Or do I have to write my own MBean to control the logging levels of JBossAS when using java.util.Logging.

      thanks