Package adams.core.logging
Interface EnhancingSingleHandler
-
- All Known Implementing Classes:
AbstractEnhancingSingleHandler,RemoteReceiveHandler
public interface EnhancingSingleHandlerInterface for a handler that enhances another handler.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlergetHandler()Returns the handler to use for outputting the log records.voidsetHandler(Handler value)Sets the handler to use for outputting the log records.
-