Uses of Interface
org.apache.avalon.logging.logkit.LogTargetFactoryBuilder

Packages that use LogTargetFactoryBuilder
org.apache.avalon.logging.logkit The logkit/impl package contains the DefaultLoggingManager which is an initial bootstrap logging manager that uses meta information about logging targets and catagories. 
org.apache.avalon.logging.logkit.factory The factory package contains a set of standard logging targets including a rotating file log target, a serial target (suitable for console logging), and a multicast target used for redirecting log event to multiple targets.  
 

Uses of LogTargetFactoryBuilder in org.apache.avalon.logging.logkit
 

Classes in org.apache.avalon.logging.logkit that implement LogTargetFactoryBuilder
 class DefaultLogTargetFactoryBuilder
          The DefaultLoggingFactory provides support for the establishment of a new logging system using LogKit as the implementation.
 

Uses of LogTargetFactoryBuilder in org.apache.avalon.logging.logkit.factory
 

Constructors in org.apache.avalon.logging.logkit.factory with parameters of type LogTargetFactoryBuilder
PluginTargetFactory(ClassLoader classloader, InitialContext context, LogTargetFactoryBuilder builder)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.