Package org.eclipse.jetty.util.log.jmx
Class LogMBean
- java.lang.Object
-
- org.eclipse.jetty.jmx.ObjectMBean
-
- org.eclipse.jetty.util.log.jmx.LogMBean
-
- All Implemented Interfaces:
DynamicMBean
@ManagedObject("Jetty Logging") public class LogMBean extends ObjectMBean
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getLoggers()booleanisDebugEnabled(String logger)voidsetDebugEnabled(String logger, Boolean enabled)-
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer
-
-