|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogManagementMBean
MBean interface for Logger management.
Method Summary | |
---|---|
Map |
getHandlerAttributes(String handlerName)
|
String[] |
getHandlerNames()
|
Properties |
getProperties()
|
String |
getTopicLevel(String topic)
|
String[] |
getTopics()
Assumes that all Loggers are TopicalLogger . |
void |
saveConfig()
Saves the current configuration. |
void |
setTopicLevel(String topic,
String level)
Set a Topic's level. |
Method Detail |
---|
String[] getTopics()
TopicalLogger
.
String getTopicLevel(String topic)
topic
- the topic we need to know its level.
void setTopicLevel(String topic, String level)
topic
- topic name.level
- the level to set on the given topic.Properties getProperties()
void saveConfig()
String[] getHandlerNames()
Map getHandlerAttributes(String handlerName)
handlerName
- the handler name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |