Interface DebugSink

    • Method Detail

      • print

        void print​(Object o)
        Output a message without a newline.
        Parameters:
        o - the Object to output
      • println

        void println​(Object o)
        Output a message with a newline.
        Parameters:
        o - the Object to output