Logback API
Version 0.9.8

ch.qos.logback.classic.jmx
Interface ConfiguratorMBean

All Known Implementing Classes:
Configurator

public interface ConfiguratorMBean


Method Summary
 String getLoggerEffectiveLevel(String loggerName)
           
 String getLoggerLevel(String loggerName)
           
 List<String> getLoggerList()
           
 List<String> getStatuses()
           
 void reload()
           
 void reload(String fileName)
           
 void reload(URL url)
           
 void setLoggerLevel(String loggerName, String levelStr)
           
 

Method Detail

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()

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.