Module java.logging

Interface LoggingMXBean


@Deprecated(since="9") public interface LoggingMXBean
Deprecated.
LoggingMXBean is no longer a platform MXBean and is replaced with PlatformLoggingMXBean. It will not register in the platform MBeanServer. Use ManagementFactory.getPlatformMXBean(PlatformLoggingMXBean.class) instead.
The management interface for the logging facility. java.lang.management.PlatformLoggingMXBean is the management interface for logging facility registered in the platform MBeanServer. It is recommended to use the PlatformLoggingMXBean obtained via the ManagementFactory.getPlatformMXBean(PlatformLoggingMXBean.class) method.
Since:
1.5
See Also: