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 Detail

      • setHandler

        void setHandler​(Handler value)
        Sets the handler to use for outputting the log records.
        Parameters:
        value - the handler
      • getHandler

        Handler getHandler()
        Returns the handler to use for outputting the log records.
        Returns:
        the handler