Package Summary Overview Summary |
class:LoggingMXBean [NONE] |
|
|
method:getLoggerNames() [NONE] |
|
|
method:getLoggerLevel(java.lang.String) [NONE] |
|
|
method:setLoggerLevel(java.lang.String,java.lang.String) [NONE] |
|
|
© 2023 Oracle Corporation and/or its affiliates
LoggingMXBean
is no longer aplatform MXBean
and is replaced withPlatformLoggingMXBean
. It will not register in the platformMBeanServer
. UseManagementFactory.getPlatformMXBean(PlatformLoggingMXBean.class)
instead.