|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
org.apache.log4j | The main log4j package. |
org.apache.log4j.spi | Contains part of the System Programming Interface (SPI) needed to extend log4j. |
Uses of Category in org.apache.log4j |
Subclasses of Category in org.apache.log4j | |
class |
Logger
This is the central class in the log4j package. |
Fields in org.apache.log4j declared as Category | |
protected Category |
Category.parent
The parent of this category. |
Methods in org.apache.log4j that return Category | |
static Category |
Category.getInstance(String name)
Deprecated. Please use the Logger.getLogger(String) method instead. |
static Category |
Category.getInstance(Class clazz)
Deprecated. Please use Logger.getLogger(Class) instead. |
Category |
Category.getParent()
Returns the parent of this category. |
static Category |
Category.getRoot()
Deprecated. Please use the Logger.getRootLogger() method instead. |
Uses of Category in org.apache.log4j.spi |
Subclasses of Category in org.apache.log4j.spi | |
class |
RootCategory
Deprecated. Replaced by RootLogger . |
class |
RootLogger
RootLogger sits at the top of the category hierachy. |
|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |