public interface JMXLogCategoriesMBean
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCategoryNames()
Returns names of all logging categories.
|
String[] |
getCategoryNamesSorted()
Returns names of all logging categories alphabetically sorted.
|
ObjectName |
getJMXLogCategoriesName()
Returns actual JMX object name for this object.
|
ObjectName |
getJMXLogCategoryName(String categoryName)
Returns jmx name for the specified category name (obtained from getCategoryNames()).
|
void |
setLevel(Level newLevel)
Sets logging level for all categories.
|
String[] getCategoryNames()
String[] getCategoryNamesSorted()
void setLevel(Level newLevel)
newLevel - ObjectName getJMXLogCategoryName(String categoryName)
categoryName - ObjectName getJMXLogCategoriesName()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.