Class DebugSinkImpl

    • Constructor Detail

      • DebugSinkImpl

        public DebugSinkImpl​(PrintStream out)
    • Method Detail

      • print

        public void print​(Object o)
        Description copied from interface: DebugSink
        Output a message without a newline.
        Specified by:
        print in interface DebugSink
        Parameters:
        o - the Object to output
      • println

        public void println​(Object o)
        Description copied from interface: DebugSink
        Output a message with a newline.
        Specified by:
        println in interface DebugSink
        Parameters:
        o - the Object to output