Uses of Class
org.apache.log4j.Category

Packages that use Category
org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger. 
 

Uses of Category in org.apache.log4j
 

Subclasses of Category in org.apache.log4j
 class Logger
           This class is a minimal implementation of the original org.apache.log4j.Logger class (as found in log4j 1.2) by delegation of all calls to a org.slf4j.Logger.Logger instance.
 

Methods in org.apache.log4j that return Category
static Category Category.getInstance(Class clazz)
           
static Category Category.getInstance(String name)
           
 



Copyright © 2005-2009 QOS.ch. All Rights Reserved.