Package adams.core.logging
Interface EnhancingSingleHandler
-
- All Known Implementing Classes:
AbstractEnhancingSingleHandler
,RemoteReceiveHandler
public interface EnhancingSingleHandler
Interface 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 Handler
getHandler()
Returns the handler to use for outputting the log records.void
setHandler(Handler value)
Sets the handler to use for outputting the log records.
-