Uses of Interface
org.apache.log4j.spi.AppenderAttachable
-
Packages that use AppenderAttachable Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.helpers Log4j 1.x compatibility layer.org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
Uses of AppenderAttachable in org.apache.log4j
Classes in org.apache.log4j that implement AppenderAttachable Modifier and Type Class Description class
Category
Implementation of the Category class for compatibility, despite it having been deprecated a long, long time ago.class
Logger
-
Uses of AppenderAttachable in org.apache.log4j.helpers
Classes in org.apache.log4j.helpers that implement AppenderAttachable Modifier and Type Class Description class
AppenderAttachableImpl
Allows Classes to attach Appenders. -
Uses of AppenderAttachable in org.apache.log4j.spi
Classes in org.apache.log4j.spi that implement AppenderAttachable Modifier and Type Class Description class
NOPLogger
No-operation implementation of Logger used by NOPLoggerRepository.class
RootLogger
RootLogger sits at the top of the logger hierarchy.
-