Package | Description |
---|---|
com.opencloud.rhino.logging |
Modifier and Type | Method and Description |
---|---|
Boolean |
LoggingManagementMBean.getLoggerAdditivity(String logKey)
Get the configured additivity for a log key.
|
String[] |
LoggingManagementMBean.getLoggerAppenderRefs(String logKey)
Get the names of the appenders attached to a logger.
|
Boolean |
LoggingManagementMBean.getLoggerAsynchronous(String logKey)
Get the configured asynchronosity for a log key.
|
CompositeData |
LoggingManagementMBean.getLoggerConfig(String logKey)
Get a description of a log key’s configuration.
|
String |
LoggingManagementMBean.getLoggerLevel(String logKey)
Get the configured filter level for a log key.
|
void |
LoggingManagementMBean.removeLoggerConfig(String logKey)
Remove a log key configuration.
|