Uses of Class
org.apache.log4j.lf5.viewer.categoryexplorer.CategoryElement
-
Packages that use CategoryElement Package Description org.apache.log4j.lf5.viewer.categoryexplorer -
-
Uses of CategoryElement in org.apache.log4j.lf5.viewer.categoryexplorer
Methods in org.apache.log4j.lf5.viewer.categoryexplorer that return CategoryElement Modifier and Type Method Description CategoryElement
CategoryPath. categoryElementAt(int index)
Returns the CategoryElement at the specified index.Methods in org.apache.log4j.lf5.viewer.categoryexplorer with parameters of type CategoryElement Modifier and Type Method Description void
CategoryPath. addCategoryElement(CategoryElement categoryElement)
Adds the specified categoryElement to the end of the categoryElement set.
-