Uses of Interface
org.apache.log4j.spi.AppenderAttachable
-
Packages that use AppenderAttachable Package Description org.apache.log4j The main log4j package.org.apache.log4j.helpers This package is used internally.org.apache.log4j.rewrite org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. -
-
Uses of AppenderAttachable in org.apache.log4j
Classes in org.apache.log4j that implement AppenderAttachable Modifier and Type Class Description classAsyncAppenderThe AsyncAppender lets users log events asynchronously.classCategoryThis class has been deprecated and replaced by theLoggersubclass.classLoggerThis is the central class in the log4j package. -
Uses of AppenderAttachable in org.apache.log4j.helpers
Classes in org.apache.log4j.helpers that implement AppenderAttachable Modifier and Type Class Description classAppenderAttachableImplA straightforward implementation of theAppenderAttachableinterface. -
Uses of AppenderAttachable in org.apache.log4j.rewrite
Classes in org.apache.log4j.rewrite that implement AppenderAttachable Modifier and Type Class Description classRewriteAppenderThis appender forwards a logging request to another appender after possibly rewriting the logging event. -
Uses of AppenderAttachable in org.apache.log4j.spi
Classes in org.apache.log4j.spi that implement AppenderAttachable Modifier and Type Class Description classNOPLoggerNo-operation implementation of Logger used by NOPLoggerRepository.classRootCategoryDeprecated.Replaced byRootLogger.classRootLoggerRootLogger sits at the top of the logger hierachy.
-