Uses of Interface
com.resilientedge.util.logger.Handler

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

Uses of Handler in com.resilientedge.util.logger
 

Classes in com.resilientedge.util.logger that implement Handler
 class AbstractHandler
          This abstract class provides the core Handler attributes and behavior.
 class MemoryHandler
          A Handler for logging messages to the Memory.
 

Methods in com.resilientedge.util.logger with parameters of type Handler
 void Logger.addHandler(Handler handler)
          Add a handler to the Logger's list of Handlers.
 boolean Logger.removeHandler(Handler handler)
          Remove a handler from the Logger's list of handlers.
 void LoggerInterface.addHandler(Handler handler)
          The implementation of this method should add a handler to the Logger's list of Handlers.
 boolean LoggerInterface.removeHandler(Handler handler)
          The implementation of this method should remove a handler from the Logger's list of handlers.
 

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

Classes in com.resilientedge.util.logger.console that implement Handler
 class ConsoleHandler
          A Handler for logging messages to the Console.
 



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