ch.qos.logback.classic.jmx
Interface ConfiguratorMBean
- All Known Implementing Classes:
- Configurator
public interface ConfiguratorMBean
reload
void reload()
reload
void reload(String fileName)
throws JoranException
- Throws:
JoranException
reload
void reload(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-2008 QOS.ch. All Rights Reserved.