Uses of Class
org.apache.log4j.helpers.AppenderAttachableImpl
-
Packages that use AppenderAttachableImpl Package Description org.apache.log4j The main log4j package.org.apache.log4j.rewrite -
-
Uses of AppenderAttachableImpl in org.apache.log4j
Fields in org.apache.log4j declared as AppenderAttachableImpl Modifier and Type Field Description (package private) AppenderAttachableImpl
AsyncAppender. aai
Nested appenders.(package private) AppenderAttachableImpl
Category. aai
private AppenderAttachableImpl
Dispatcher. aai
Deprecated.private AppenderAttachableImpl
AsyncAppender. appenders
Nested appenders.private AppenderAttachableImpl
AsyncAppender.Dispatcher. appenders
Wrapped appenders.Constructors in org.apache.log4j with parameters of type AppenderAttachableImpl Constructor Description Dispatcher(AsyncAppender parent, java.util.List buffer, java.util.Map discardMap, AppenderAttachableImpl appenders)
Create new instance of dispatcher. -
Uses of AppenderAttachableImpl in org.apache.log4j.rewrite
Fields in org.apache.log4j.rewrite declared as AppenderAttachableImpl Modifier and Type Field Description private AppenderAttachableImpl
RewriteAppender. appenders
Nested appenders.
-