Uses of Package
org.apache.log

Packages that use org.apache.log
org.apache.log Avalon LogKit is the logging framework used throughout the Avalon project. 
org.apache.log.filter This package contains filters to limit or modify LogEvents as they are passed down LogEvent chain. 
org.apache.log.format This package contains formmaters that serialize LogEvents to strings. 
org.apache.log.output This package contains some useful output destination LogTargets. 
org.apache.log.output.db Database output destination LogTargets. 
org.apache.log.output.io Stream anf file based output destination LogTargets. 
org.apache.log.output.io.rotate Log file rotation policies. 
org.apache.log.output.jms JMS based output destination LogTargets. 
org.apache.log.output.lf5 LogFactor5 (Swing GUI) based LogTarget. 
org.apache.log.output.net Datagram, Socket and SMTP output destination LogTargets. 
org.apache.log.util Utilities suppporting the logging framework. 
 

Classes in org.apache.log used by org.apache.log
ContextMap
          The ContextMap contains non-hierarchical context information relevant to a particular LogEvent.
ContextStack
          Deprecated. This class has been deprecated as it encouraged use of bad design practices. Use org.apache.log.ContextMap instead.
ErrorHandler
          Handle unrecoverable errors that occur during logging.
Hierarchy
          This class encapsulates a basic independent log hierarchy.
LogEvent
          This class encapsulates each individual log event.
Logger
          The object interacted with by client objects to perform logging.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
Priority
          Class representing and holding constants for priority.
 

Classes in org.apache.log used by org.apache.log.filter
FilterTarget
          Deprecated. Interface offered no significant advantage and thus will no longer be used by new interfaces
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
Priority
          Class representing and holding constants for priority.
 

Classes in org.apache.log used by org.apache.log.format
ContextMap
          The ContextMap contains non-hierarchical context information relevant to a particular LogEvent.
ContextStack
          Deprecated. This class has been deprecated as it encouraged use of bad design practices. Use org.apache.log.ContextMap instead.
Formatter
          Deprecated. Use org.apache.log.format.Formatter instead.
LogEvent
          This class encapsulates each individual log event.
Priority
          Class representing and holding constants for priority.
 

Classes in org.apache.log used by org.apache.log.output
ErrorAware
          Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
ErrorHandler
          Handle unrecoverable errors that occur during logging.
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
Priority
          Class representing and holding constants for priority.
 

Classes in org.apache.log used by org.apache.log.output.db
ErrorAware
          Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
 

Classes in org.apache.log used by org.apache.log.output.io
ErrorAware
          Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
 

Classes in org.apache.log used by org.apache.log.output.io.rotate
ErrorAware
          Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
 

Classes in org.apache.log used by org.apache.log.output.jms
ErrorAware
          Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
ErrorHandler
          Handle unrecoverable errors that occur during logging.
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
 

Classes in org.apache.log used by org.apache.log.output.lf5
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
Priority
          Class representing and holding constants for priority.
 

Classes in org.apache.log used by org.apache.log.output.net
ErrorAware
          Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
LogEvent
          This class encapsulates each individual log event.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
 

Classes in org.apache.log used by org.apache.log.util
ErrorHandler
          Handle unrecoverable errors that occur during logging.
LogEvent
          This class encapsulates each individual log event.
Logger
          The object interacted with by client objects to perform logging.
LogTarget
          LogTarget is a class to encapsulate outputting LogEvent's.
Priority
          Class representing and holding constants for priority.
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.