Uses of Class org.apache.log4j.Category

Uses in package org.apache.log4j.jmx

Methods with parameter type org.apache.log4j.Category

void
void

Uses in package org.apache.log4j.config

Methods with parameter type org.apache.log4j.Category

void
PropertyPrinter.printOptions(PrintWriter out, Category cat)

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)
Shorthand for getInstance(clazz.getName()).
Category
Category.getInstance(String name)
Retrieve a category with named as the name parameter.
Category
Returns the parent of this category.
Category
Return the root of the default category hierrachy.

Uses in package org.apache.log4j.spi

Classes derived from org.apache.log4j.Category

class
RootCategory sits at the top of the category hierachy.

Constructors with parameter type org.apache.log4j.Category

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

Methods with parameter type org.apache.log4j.Category

void
void
void
void

Copyright 2000-2002 Apache Software Foundation.