Uses of Class
com.rhi.architecture.logging.Logger

Packages that use Logger
com.rhi.architecture.batch   
com.rhi.architecture.cache.simple   
com.rhi.architecture.db   
com.rhi.architecture.logging   
com.rhi.architecture.parc   
com.rhi.architecture.parc.adapter   
com.rhi.architecture.parc.filter   
 

Uses of Logger in com.rhi.architecture.batch
 

Methods in com.rhi.architecture.batch that return Logger
 Logger AbstractAuditAgent.log()
          Get the Logger reference
 Logger AbstractApplication.log()
          Logs a msg.
 

Uses of Logger in com.rhi.architecture.cache.simple
 

Methods in com.rhi.architecture.cache.simple that return Logger
 Logger SimpleCacheManager.log()
           
protected static Logger SimpleCacheFactory.log()
          convenience method to retrieve logger.
 

Uses of Logger in com.rhi.architecture.db
 

Methods in com.rhi.architecture.db that return Logger
 Logger PoolingDataSource.log()
          log() helper method
static Logger DBUtil.log()
          return the configured logger.
 

Uses of Logger in com.rhi.architecture.logging
 

Subclasses of Logger in com.rhi.architecture.logging
 class DefaultLogger
          This class exists so that if the Log initialization fails, there is some way to write messages about what happened.
 class JDK14Logger
          Logger impl that wraps the 1.4 logging classes.
 class Log4JLogger
          Log4JLogger
 

Methods in com.rhi.architecture.logging that return Logger
 Logger JDK14LogFactory.getDefaultLogger()
          return default logger
 Logger JDK14LogFactory.getLogger(java.lang.String type)
          get Logger for provided type
 Logger BasicLog4JFactory.getLogger(java.lang.String type)
           
 Logger BasicLog4JFactory.getDefaultLogger()
          Get default logger.
 Logger DefaultLogFactory.getDefaultLogger()
          There is only 1 stderr, therefore return the 1 Logger which exists.
 Logger DefaultLogFactory.getLogger(java.lang.String type)
          For the default logger, there is no such thing as a logger w/ a specific name, so just return stderr for everything.
static Logger LogUtil.getLogger()
          Get the appropriate Logger instance for this Interface
static Logger LogUtil.getLogger(java.lang.String name)
          This helper method requires that the LogFactory is registered w/ the ResourceContext.
static Logger LogUtil.getLogger(java.lang.Class type)
          This helper method requires that the LogFactory is registered w/ the ResourceContext.
static Logger LogUtil.getDefaultLogger()
          This method allows failures to be logged, even if the failure is in the logging package.
abstract  Logger LogFactory.getDefaultLogger()
          Get default logger.
abstract  Logger LogFactory.getLogger(java.lang.String type)
          Get a logger instance for the provided type.
 Logger LogFactory.getLogger(java.lang.Class type)
          Get a logger instance for the provided type.
 

Uses of Logger in com.rhi.architecture.parc
 

Methods in com.rhi.architecture.parc that return Logger
static Logger PipelineProcess.log()
          Returns the logger instance
protected  Logger AbstractPipeline.log()
           
 

Uses of Logger in com.rhi.architecture.parc.adapter
 

Methods in com.rhi.architecture.parc.adapter that return Logger
 Logger AbstractOutputAdapter.log()
          Returns the Logger
 

Uses of Logger in com.rhi.architecture.parc.filter
 

Methods in com.rhi.architecture.parc.filter that return Logger
protected static Logger AbstractFilter.stats()
          Returns the Logger instance used for statistics.
static Logger AbstractFilter.log()
          Returns the log.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.