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

Packages that use Formatter
com.resilientedge.util.logger   
com.resilientedge.util.logger.console   
 

Uses of Formatter in com.resilientedge.util.logger
 

Methods in com.resilientedge.util.logger that return Formatter
 Formatter AbstractHandler.getFormatter()
          Get the Handler's Formatter.
abstract  Formatter AbstractHandler.getDefaultFormatter()
          The implementation of this method returns the default Formatter for the handler.
 Formatter MemoryHandler.getDefaultFormatter()
          This method returns the default Formatter for this Handler.
 

Methods in com.resilientedge.util.logger with parameters of type Formatter
 void AbstractHandler.setFormatter(Formatter formatter)
          Set the Handler's Formatter.
 void Handler.setFormatter(Formatter formatter)
          The implementation of this method should assign a Formatter to the Handler.
 

Uses of Formatter in com.resilientedge.util.logger.console
 

Subclasses of Formatter in com.resilientedge.util.logger.console
 class ConsoleFormatter
          This class is a System Console implementation of a Formatter.
 class NoTimestampConsoleFormatter
          This class is a System Console implementation of a Formatter and timestamp is 0.
 

Methods in com.resilientedge.util.logger.console that return Formatter
 Formatter ConsoleHandler.getDefaultFormatter()
          This method returns the default Formatter for this Handler.
 



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