Log4j 1.1.3

Uses of Package
org.apache.log4j.spi

Packages that use org.apache.log4j.spi
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.net Package for remote logging. 
org.apache.log4j.nt Package for NT event logging. 
org.apache.log4j.performance Package to measure the performance of the different log4j components. 
org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. 
org.apache.log4j.varia Contains various appenders, filters and other odds and ends. 
org.apache.log4j.xml XML based components. 
org.apache.log4j.xml.examples Example usage of log4j with XML (including source code). 
 

Classes in org.apache.log4j.spi used by org.apache.log4j
AppenderAttachable
          Interface for attaching appenders to objects.
CategoryFactory
          Implement this interface to create new instances of Category or a sub-class of Category.
Configurator
          Implemented by classes capable of configuring log4j using a URL.
ErrorHandler
          Appenders may delegate their error handling to ErrorHandlers.
Filter
          Users should extend this class to implement customized logging event filtering.
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.examples
AppenderAttachable
          Interface for attaching appenders to objects.
CategoryFactory
          Implement this interface to create new instances of Category or a sub-class of Category.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.examples.appserver
AppenderAttachable
          Interface for attaching appenders to objects.
CategoryFactory
          Implement this interface to create new instances of Category or a sub-class of Category.
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.helpers
AppenderAttachable
          Interface for attaching appenders to objects.
ErrorHandler
          Appenders may delegate their error handling to ErrorHandlers.
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.net
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
TriggeringEventEvaluator
          Implementions of this interface allow certain appenders to decide when to perform an appender specific action.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.nt
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.performance
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.spi
AppenderAttachable
          Interface for attaching appenders to objects.
Filter
          Users should extend this class to implement customized logging event filtering.
LocationInfo
          The internal representation of caller location information.
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
ThrowableInformation
           
 

Classes in org.apache.log4j.spi used by org.apache.log4j.varia
Filter
          Users should extend this class to implement customized logging event filtering.
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.xml
Configurator
          Implemented by classes capable of configuring log4j using a URL.
LoggingEvent
          The internal representation of logging events.
OptionHandler
          A string based interface to configure package components.
 

Classes in org.apache.log4j.spi used by org.apache.log4j.xml.examples
AppenderAttachable
          Interface for attaching appenders to objects.
CategoryFactory
          Implement this interface to create new instances of Category or a sub-class of Category.
OptionHandler
          A string based interface to configure package components.
 


Log4j 1.1.3

Please notify me about new log4j releases.