Uses of Class
org.apache.avalon.logging.logkit.LogTargetException

Packages that use LogTargetException
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.  
org.apache.avalon.logging.logkit.factory.datagram The datagram package contains a datagram plugin log target. 
org.apache.avalon.logging.logkit.factory.socket The socket package contains a plugin socket log target. 
org.apache.avalon.logging.logkit.factory.syslog The syslog package contains a plugin syslog log target factory. 
 

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

Subclasses of LogTargetException in org.apache.avalon.logging.logkit
 class MissingIdException
          Exception to indicate that a log target configuration does not contain a target id.
 class UnknownLogTargetException
          Exception to indicate that a log target reference is unknown.
 

Methods in org.apache.avalon.logging.logkit that throw LogTargetException
 LogTarget LogTargetFactory.createTarget(Configuration configuration)
          Create a LogTarget based on a Configuration
 

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

Methods in org.apache.avalon.logging.logkit.factory that throw LogTargetException
 LogTarget PluginTargetFactory.createTarget(Configuration config)
          Create a LogTarget based on a supplied configuration
 LogTarget MulticastTargetFactory.createTarget(Configuration config)
          Create a LogTarget based on a supplied configuration
 LogTarget FileTargetFactory.createTarget(Configuration configuration)
          Create a LogTarget based on a Configuration
 

Uses of LogTargetException in org.apache.avalon.logging.logkit.factory.datagram
 

Methods in org.apache.avalon.logging.logkit.factory.datagram that throw LogTargetException
 LogTarget DatagramTargetFactory.createTarget(Configuration conf)
          Create a LogTarget based on a supplied configuration
 

Uses of LogTargetException in org.apache.avalon.logging.logkit.factory.socket
 

Methods in org.apache.avalon.logging.logkit.factory.socket that throw LogTargetException
 LogTarget SocketTargetFactory.createTarget(Configuration conf)
          Creates a log target based on Configuration
 

Uses of LogTargetException in org.apache.avalon.logging.logkit.factory.syslog
 

Methods in org.apache.avalon.logging.logkit.factory.syslog that throw LogTargetException
 LogTarget SyslogTargetFactory.createTarget(Configuration conf)
          Creates a log target based on Configuration
 



Copyright © The Apache Software Foundation. All Rights Reserved.