Uses of Class
org.apache.avalon.logging.provider.LoggingException

Packages that use LoggingException
org.apache.avalon.logging.log4j The log4j package contains a Log4J plugin implementation.  
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.provider The provider package contains the LoggingManager which is an interface to the initial logging management system that leverages meta information about logging targets and catagories.  
 

Uses of LoggingException in org.apache.avalon.logging.log4j
 

Methods in org.apache.avalon.logging.log4j that throw LoggingException
 LoggingManager Log4JLoggingFactory.createLoggingManager(LoggingCriteria criteria)
          Create a new LoggingManager using the supplied logging criteria.
 

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

Subclasses of LoggingException in org.apache.avalon.logging.logkit
 class LogTargetException
          Exception to indicate that there was a logging target creation error.
 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 LoggingException
 LogTargetFactory DefaultLogTargetFactoryBuilder.buildLogTargetFactory(Class clazz)
          Build a log target factory using a supplied class.
 LoggingManager DefaultLoggingFactory.createLoggingManager(LoggingCriteria criteria)
          Create a new LoggingManager using the supplied logging criteria.
 LogTargetFactory LogTargetFactoryBuilder.buildLogTargetFactory(Class clazz)
          Build a log target factory using a supplied class.
 

Uses of LoggingException in org.apache.avalon.logging.provider
 

Methods in org.apache.avalon.logging.provider that throw LoggingException
 LoggingManager LoggingFactory.createLoggingManager(LoggingCriteria criteria)
          Create a new LoggingManager using the supplied logging criteria.
 



Copyright © The Apache Software Foundation. All Rights Reserved.