Uses of Interface
org.apache.log4j.spi.AppenderAttachable
-
Packages that use AppenderAttachable Package Description org.apache.log4j.bridge org.apache.log4j.helpers Log4j 1.x compatibility layer. -
-
Uses of AppenderAttachable in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement AppenderAttachable Modifier and Type Class Description class
AppenderWrapper
Holds a Log4j 2 Appender in an empty Log4j 1 Appender so it can be extracted when constructing the configuration. -
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.
-