Log4j 1.1b7

Uses of Interface
org.apache.log4j.spi.AppenderAttachable

Packages that use AppenderAttachable
org.apache.log4j The main package of log4j.  
org.apache.log4j.examples Example usage of log4j including source code.  
org.apache.log4j.examples.appserver This package extends log4j by adding extra logging attributes useful in distributed application server environments.  
org.apache.log4j.helpers This package is used internally.  
org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. 
org.apache.log4j.xml.examples Example usage of log4j with XML (including source code).  
 

Uses of AppenderAttachable in org.apache.log4j
 

Classes in org.apache.log4j that implement AppenderAttachable
 class AsyncAppender
          The AsyncAppender lets users log events asynchronously.
 class Category
          This is the central class in the log4j package.
 

Uses of AppenderAttachable in org.apache.log4j.examples
 

Classes in org.apache.log4j.examples that implement AppenderAttachable
 class MyCategory
          A simple example showing category subclassing.
 

Uses of AppenderAttachable in org.apache.log4j.examples.appserver
 

Classes in org.apache.log4j.examples.appserver that implement AppenderAttachable
 class AppServerCategory
          Extends Category by adding four text attributes relevant to applications run in application servers.
 

Uses of AppenderAttachable in org.apache.log4j.helpers
 

Classes in org.apache.log4j.helpers that implement AppenderAttachable
 class AppenderAttachableImpl
          A straightforward implementation of the AppenderAttachable interface.
 

Uses of AppenderAttachable in org.apache.log4j.spi
 

Classes in org.apache.log4j.spi that implement AppenderAttachable
 class RootCategory
          RootCategory sits at the top of the category hierachy.
 

Uses of AppenderAttachable in org.apache.log4j.xml.examples
 

Classes in org.apache.log4j.xml.examples that implement AppenderAttachable
 class XCategory
          A simple example showing Category sub-classing.
 


Log4j 1.1b7

Please notify me about new log4j releases.