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 classLoggerFields in org.apache.log4j declared as Category Modifier and Type Field Description protected CategoryCategory. parentMethods in org.apache.log4j that return Category Modifier and Type Method Description static CategoryCategory. getInstance(Class clazz)Deprecated.static CategoryCategory. getInstance(String name)Deprecated.CategoryCategory. getParent()static CategoryCategory. getRoot()Deprecated.Methods in org.apache.log4j with parameters of type Category Modifier and Type Method Description voidHierarchy. emitNoAppenderWarning(Category cat)voidHierarchy. 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 classNOPLoggerNo-operation implementation of Logger used by NOPLoggerRepository.Methods in org.apache.log4j.spi that return Category Modifier and Type Method Description CategoryLoggingEvent. 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)
-