Uses of Class
org.apache.log.Logger

Packages that use Logger
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.logger   
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
org.apache.avalon.framework.logger Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure. 
org.apache.log Avalon LogKit is the logging framework used throughout the Avalon project. 
org.apache.log.util Utilities suppporting the logging framework. 
 

Uses of Logger in org.apache.avalon.excalibur.component
 

Methods in org.apache.avalon.excalibur.component that return Logger
 Logger LogkitLoggerManager.getLogKitLoggerForCategory(java.lang.String categoryName)
          Deprecated.  
protected  Logger AbstractDualLogEnabled.getLogkitLogger()
          Deprecated.  
 

Methods in org.apache.avalon.excalibur.component with parameters of type Logger
 void AbstractDualLogEnabled.setLogger(Logger logger)
          Deprecated.  
 

Uses of Logger in org.apache.avalon.excalibur.logger
 

Methods in org.apache.avalon.excalibur.logger that return Logger
 Logger LogKitManager.getLogger(java.lang.String categoryName)
          Deprecated. Find a logger based on a category name.
 Logger DefaultLogKitManager.getLogger(java.lang.String categoryName)
          Deprecated. Retrieves a Logger from a category name.
 

Methods in org.apache.avalon.excalibur.logger with parameters of type Logger
 void DefaultLogKitManager.setLogger(Logger logger)
          Deprecated.  
 

Uses of Logger in org.apache.avalon.excalibur.testcase
 

Methods in org.apache.avalon.excalibur.testcase that return Logger
protected  Logger ExcaliburTestCase.getLogger()
          Deprecated. Return the logger
 

Uses of Logger in org.apache.avalon.framework.logger
 

Methods in org.apache.avalon.framework.logger that return Logger
protected  Logger AbstractLoggable.getLogger()
          Deprecated. Helper method to allow sub-classes to aquire logger.
static Logger LogKit2AvalonLoggerAdapter.createLogger(Logger logger)
          Create a Logkit Logger instance that redirects to an Avalon Logger instance.
 

Methods in org.apache.avalon.framework.logger with parameters of type Logger
 void AbstractLoggable.setLogger(Logger logger)
          Deprecated. Set the components logger.
protected  void AbstractLoggable.setupLogger(java.lang.Object component, Logger logger)
          Deprecated. Helper method to setup other components with logger.
 void Loggable.setLogger(Logger logger)
          Deprecated. Provide component with a logger.
 

Constructors in org.apache.avalon.framework.logger with parameters of type Logger
LogKitLogger(Logger logImpl)
          Create a logger that delegates to specified logger.
 

Uses of Logger in org.apache.log
 

Methods in org.apache.log that return Logger
 Logger[] Logger.getChildren()
          Get all the child Loggers of current logger.
 Logger Logger.getChildLogger(java.lang.String subCategory)
          Create a new child logger.
 Logger Hierarchy.getLoggerFor(java.lang.String category)
          Retrieve a logger for named category.
 Logger Hierarchy.getRootLogger()
          Utility method to retrieve logger for hierarchy.
 

Uses of Logger in org.apache.log.util
 

Methods in org.apache.log.util with parameters of type Logger
abstract  void LoggerListener.loggerCreated(java.lang.String category, Logger logger)
          Notify listener that Logger was created.
 

Constructors in org.apache.log.util with parameters of type Logger
LoggerOutputStream(Logger logger, Priority priority)
          Construct OutputStreamLogger to write to a particular logger at a particular priority.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.