Uses of Class
com.resilientedge.util.logger.Logger

Packages that use Logger
com.resilientedge.util.logger   
 

Uses of Logger in com.resilientedge.util.logger
 

Subclasses of Logger in com.resilientedge.util.logger
 class SimpleLogger
          Concrete implementation of a general purpose Logger.
 

Methods in com.resilientedge.util.logger that return Logger
 Logger TopicLevelFilter.getLogger()
          This method returns the LevelFilter's logger.
static Logger LoggerManager.getDefault()
          This method will attempt to locate a more highly configured logger from the Log Factory.
 Logger LogRecord.getLogger()
          The implementation of this method should return the logger that created this record.
 Logger SimpleLogRecord.getLogger()
          Return the logger that created this record.
 Logger Filter.getLogger()
          The implementation of this method returns the Logger to which the filter belongs.
static Logger Logger.getInstance()
          This method will attempt to locate a more highly configured logger from the Log Factory.
 Logger LevelFilter.getLogger()
          This method returns the LevelFilter's logger.
 

Methods in com.resilientedge.util.logger with parameters of type Logger
 void TopicLevelFilter.setLogger(Logger logger)
          This method assigns the LevelFilter's logger.
static void LoggerManager.setDefault(Logger logger)
          Set the instance that will be returned by getInstance().
 void LogRecord.setLogger(Logger logger)
          The implementation of this method should assign the Logger responsible for generating this record.
 void SimpleLogRecord.setLogger(Logger logger)
          Assign the Logger responsible for generating this record.
 void Filter.setLogger(Logger logger)
          The implementation of this method assigns the Logger to which the filter belongs.
static void Logger.setDefault(Logger logger)
          Set the instance that will be returned by getInstance().
 void LevelFilter.setLogger(Logger logger)
          This method assigns the LevelFilter's logger.
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.