Uses of Class
org.apache.log4j.Category
-
Packages that use Category Package Description org.apache.log4j org.apache.log4j.spi -
-
Uses of Category in org.apache.log4j
Subclasses of Category in org.apache.log4j Modifier and Type Class Description class
Logger
Fields in org.apache.log4j declared as Category Modifier and Type Field Description protected Category
Category. parent
Methods in org.apache.log4j that return Category Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
NOPLogger
No-operation implementation of Logger used by NOPLoggerRepository.Methods in org.apache.log4j.spi that return Category Modifier and Type Method Description Category
LoggingEvent. getLogger()
Constructors in org.apache.log4j.spi with parameters of type Category Constructor Description 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)
LoggingEvent(org.jboss.logmanager.ExtLogRecord logRecord, Category logger)
-