Uses of Interface
org.apache.log4j.spi.AppenderAttachable
Packages that use AppenderAttachable
Package
Description
The main log4j package.
This package is used internally.
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 AppenderAttachableModifier and TypeClassDescriptionclass
The AsyncAppender lets users log events asynchronously.class
This class has been deprecated and replaced by theLogger
subclass.class
This is the central class in the log4j package. -
Uses of AppenderAttachable in org.apache.log4j.helpers
Classes in org.apache.log4j.helpers that implement AppenderAttachableModifier and TypeClassDescriptionclass
A straightforward implementation of theAppenderAttachable
interface. -
Uses of AppenderAttachable in org.apache.log4j.rewrite
Classes in org.apache.log4j.rewrite that implement AppenderAttachableModifier and TypeClassDescriptionclass
This 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 AppenderAttachableModifier and TypeClassDescriptionfinal class
No-operation implementation of Logger used by NOPLoggerRepository.final class
Deprecated.final class
RootLogger sits at the top of the logger hierachy.
RootLogger
.