Searched refs:MONITOR_LOGGER (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/monitor/
H A DMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
208 if (MONITOR_LOGGER.isLoggable(Level.TRACE)) {
209 MONITOR_LOGGER.log(Level.TRACE,
212 MONITOR_LOGGER.log(Level.TRACE,
392 MONITOR_LOGGER.log(Level.TRACE,
419 MONITOR_LOGGER.log(Level.TRACE, "stop the monitor");
692 MONITOR_LOGGER.log(Level.TRACE, "start the monitor");
696 MONITOR_LOGGER.log(Level.TRACE, "the monitor is already active");
726 MONITOR_LOGGER.log(Level.TRACE, "stop the monitor");
730 MONITOR_LOGGER
[all...]
H A DGaugeMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
227 MONITOR_LOGGER.log(Level.TRACE, "the monitor is already active");
666 MONITOR_LOGGER.log(Level.TRACE,
699 MONITOR_LOGGER.log(Level.TRACE,
733 MONITOR_LOGGER.log(Level.TRACE,
H A DCounterMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
231 MONITOR_LOGGER.log(Level.TRACE, "the monitor is already active");
698 if (MONITOR_LOGGER.isLoggable(Level.TRACE)) {
710 MONITOR_LOGGER.log(Level.TRACE, strb::toString);
757 MONITOR_LOGGER.log(Level.TRACE,
818 MONITOR_LOGGER.log(Level.TRACE,
H A DStringMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
154 MONITOR_LOGGER.log(Level.TRACE, "the monitor is already active");
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/defaults/
H A DJmxProperties.java146 public static final Logger MONITOR_LOGGER = field in class:JmxProperties

Completed in 111 milliseconds