Uses of Class
org.apache.log.Logger

Packages that use Logger
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.log
 

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

Uses of Logger in org.apache.log.util
 

Methods in org.apache.log.util with parameters of type Logger
abstract  void LoggerListener.loggerCreated(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 © 2003-2004 The Apache Software Foundation. All Rights Reserved.