Uses of Class org.apache.log4j.Category

Uses in package org.apache.log4j.spi

Classes derived from org.apache.log4j.Category

class
class
RootLogger sits at the top of the logger hierachy.

Constructors with parameter type org.apache.log4j.Category

LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Priority level, Object message, Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters.
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, Priority level, Object message, Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters.

Methods with parameter type org.apache.log4j.Category

void
void
void
void

Uses in package org.apache.log4j.jmx

Methods with parameter type org.apache.log4j.Category

void
void

Uses in package org.apache.log4j

Classes derived from org.apache.log4j.Category

class
This is the central class in the log4j package.

Fields of type org.apache.log4j.Category

Category
The parent of this category.

Methods with parameter type org.apache.log4j.Category

void
void

Methods with return type org.apache.log4j.Category

Category
Category.getInstance(Class clazz)
Category
Category.getInstance(String name)
Category
Returns the parent of this category.
Category

Copyright 2000-2005 Apache Software Foundation.