log4j-jboss-logmanager 1.0.2.Final-redhat-1

Uses of Class
org.apache.log4j.Category

Packages that use Category
org.apache.log4j   
org.apache.log4j.spi   
 

Uses of Category in org.apache.log4j
 

Subclasses of Category in org.apache.log4j
 class Logger
           
 

Fields in org.apache.log4j declared as Category
protected  Category Category.parent
           
 

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

Methods in org.apache.log4j with parameters of type Category
 void Hierarchy.emitNoAppenderWarning(Category cat)
           
 void Hierarchy.fireAddAppenderEvent(Category logger, org.apache.log4j.Appender appender)
           
 

Uses of Category in org.apache.log4j.spi
 

Subclasses of Category in org.apache.log4j.spi
 class NOPLogger
          No-operation implementation of Logger used by NOPLoggerRepository.
 

Methods in org.apache.log4j.spi that return Category
 Category LoggingEvent.getLogger()
           
 

Constructors in org.apache.log4j.spi with parameters of type Category
LoggingEvent(org.jboss.logmanager.ExtLogRecord logRecord, Category logger)
           
LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, org.apache.log4j.Level level, Object message, String threadName, org.apache.log4j.spi.ThrowableInformation throwable, String ndc, org.apache.log4j.spi.LocationInfo info, Map properties)
           
LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, org.apache.log4j.Priority level, Object message, Throwable throwable)
           
LoggingEvent(String fqnOfCategoryClass, Category logger, org.apache.log4j.Priority level, Object message, Throwable throwable)
           
 


log4j-jboss-logmanager 1.0.2.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.