PlatformLoggingMXBean
Interface PlatformLoggingMXBean
- All Superinterfaces:
- PlatformManagedObject
public interface PlatformLoggingMXBean extends PlatformManagedObject
The management interface for the logging facility.
There is a single global instance of the PlatformLoggingMXBean
. The ManagementFactory.getPlatformMXBean
method can be used to obtain the PlatformLoggingMXBean
object as follows:
PlatformLoggingMXBean logging = ManagementFactory.getPlatformMXBean(PlatformLoggingMXBean.class);The
PlatformLoggingMXBean
object is also registered with the platform 登录查看完整内容