ch.qos.logback.classic.jmx
Interface JMXConfiguratorMBean
- All Known Implementing Classes:
- JMXConfigurator
public interface JMXConfiguratorMBean
reloadDefaultConfiguration
void reloadDefaultConfiguration()
throws JoranException
- Throws:
JoranException
reloadByFileName
void reloadByFileName(String fileName)
throws JoranException,
FileNotFoundException
- Throws:
JoranException
FileNotFoundException
reloadByURL
void reloadByURL(URL url)
throws JoranException
- Throws:
JoranException
setLoggerLevel
void setLoggerLevel(String loggerName,
String levelStr)
getLoggerLevel
String getLoggerLevel(String loggerName)
getLoggerEffectiveLevel
String getLoggerEffectiveLevel(String loggerName)
getLoggerList
List<String> getLoggerList()
getStatuses
List<String> getStatuses()
Copyright © 2005-2013 QOS.ch. All Rights Reserved.