Uses of Class
org.apache.log.Hierarchy

Packages that use Hierarchy
org.apache.avalon.excalibur.logger   
org.apache.avalon.excalibur.logger.logkit   
org.apache.log Avalon LogKit is the logging framework used throughout the Avalon project. 
 

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

Methods in org.apache.avalon.excalibur.logger that return Hierarchy
 Hierarchy LogKitManager.getHierarchy()
          Deprecated. Retrieve Hierarchy for Loggers configured by the system.
 Hierarchy DefaultLogKitManager.getHierarchy()
          Deprecated. Retrieve Hierarchy for Loggers configured by the system.
 

Constructors in org.apache.avalon.excalibur.logger with parameters of type Hierarchy
DefaultLogKitManager(Hierarchy hierarchy)
          Deprecated. Creates a new DefaultLogKitManager with an existing Hierarchy.
DefaultLogKitManager(java.lang.String prefix, Hierarchy hierarchy)
          Deprecated. Creates a new DefaultLogKitManager with an existing Hierarchy using specified logger name as root logger.
LogKitLoggerManager(java.lang.String prefix, Hierarchy hierarchy, java.lang.String switchToCategory)
          Creates a new LogKitLoggerManager with an existing Hierarchy; use with caution.
LogKitLoggerManager(Hierarchy hierarchy)
          Creates a new LogKitLoggerManager with an existing Hierarchy; use with caution.
LogKitLoggerManager(java.lang.String prefix, Hierarchy hierarchy)
          Creates a new LogKitLoggerManager with an existing Hierarchy; use with caution.
LogKitLoggerManager(java.lang.String prefix, Hierarchy hierarchy, Logger defaultOverrideAndFallback)
          Creates a new LogKitLoggerManager with an existing Hierarchy using specified logger name as a fallback logger and to forcibly override the root logger; compatibility constructor.
LogKitLoggerManager(java.lang.String prefix, Hierarchy hierarchy, Logger defaultLoggerOverride, Logger fallbackLogger)
          Creates a new LogKitLoggerManager with an existing Hierarchy using specified loggers to forcibly override the default logger and to provide a fallback logger; compatibility constructor.
LogKitLoggerManager(java.lang.String prefix, Hierarchy hierarchy, java.lang.String switchToCategory, Logger defaultLoggerOverride, Logger fallbackLogger)
           Creates a new LogKitLoggerManager; "root" constructor invoked by all other constructors.
 

Uses of Hierarchy in org.apache.avalon.excalibur.logger.logkit
 

Fields in org.apache.avalon.excalibur.logger.logkit declared as Hierarchy
protected  Hierarchy LogKitAdapter.m_hierarchy
          The hierarchy that really produces loggers.
 

Constructors in org.apache.avalon.excalibur.logger.logkit with parameters of type Hierarchy
LogKitAdapter(Hierarchy hierarchy)
          Initialized LogKitAdapter to operate of a certain LogKit Hierarchy.
LogKitLoggerHelper(Hierarchy hierarchy)
           
LogKitConfHelper(Hierarchy hierarchy)
           
 

Uses of Hierarchy in org.apache.log
 

Methods in org.apache.log that return Hierarchy
static Hierarchy Hierarchy.getDefaultHierarchy()
          Retrieve the default hierarchy.
 



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