Uses of Class
com.opencloud.rhino.logging.LoggerNotConfiguredException
-
Packages that use LoggerNotConfiguredException Package Description com.opencloud.rhino.logging -
-
Uses of LoggerNotConfiguredException in com.opencloud.rhino.logging
Methods in com.opencloud.rhino.logging that throw LoggerNotConfiguredException Modifier and Type Method 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.
-