Uses of Interface
org.apache.avalon.composition.logging.LoggingManager

Packages that use LoggingManager
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.composition.logging.impl The logging package contains the DefaultLoggingManager which is an initial bootstrap logging mananager that uses mata information about logging targets and catagories.  
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of LoggingManager in org.apache.avalon.activation.appliance
 

Methods in org.apache.avalon.activation.appliance that return LoggingManager
 LoggingManager ServiceContext.getLoggingManager()
          Return the logging manager.
 

Uses of LoggingManager in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl that return LoggingManager
 LoggingManager DefaultServiceContext.getLoggingManager()
          Return the logging manager.
 

Uses of LoggingManager in org.apache.avalon.composition.logging.impl
 

Classes in org.apache.avalon.composition.logging.impl that implement LoggingManager
 class DefaultLoggingManager
          A LoggerManager interface declares operation supporting the management of a logging hierarchy.
 

Uses of LoggingManager in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return LoggingManager
 LoggingManager SystemContext.getLoggingManager()
          Return the logging manager.
 

Uses of LoggingManager in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl that return LoggingManager
 LoggingManager DefaultSystemContext.getLoggingManager()
          Return the logging manager.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type LoggingManager
DefaultSystemContext(LoggingManager logging, File base, File home, File temp, Repository repository, String category, boolean trace)
          Creation of a new system context.
 



Copyright © Apache Software Foundation. All Rights Reserved.