Uses of Class
org.apache.log4j.Category
-
Packages that use Category Package Description org.apache.log4j -
-
Uses of Category in org.apache.log4j
Subclasses of Category in org.apache.log4j Modifier and Type Class Description classLoggerThis is the central class in the log4j package.Fields in org.apache.log4j declared as Category Modifier and Type Field Description protected CategoryCategory. parentThe parent of this category.Methods in org.apache.log4j that return Category Modifier and Type Method Description static CategoryCategory. getInstance(Class clazz)Deprecated.Please make sure to useLogger.getLogger(Class)instead.static CategoryCategory. getInstance(String name)Deprecated.Make sure to useLogger.getLogger(String)instead.CategoryCategory. getParent()Returns the parent of this category.static CategoryCategory. getRoot()Deprecated.Please useLogger.getRootLogger()instead.
-