Uses of Class
org.apache.log4j.Category

Packages that use Category
org.apache.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.
 

Methods in org.apache.log4j that return Category
static Category Category.getInstance(java.lang.Class clazz)
          Deprecated. Please make sure to use Logger.getLogger(Class) instead.
static Category Category.getInstance(java.lang.String name)
          Deprecated. Make sure to use Logger.getLogger(String) instead.
 



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.