Interface Output

    • Method Detail

      • print

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

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

        void printError​(Object o)
        Output a message to error output
        Parameters:
        o - the Object to output
      • printDebug

        void printDebug​(Object o)
        Output a debug error message if getDebug() is currently true.
        Parameters:
        o - the Object to output
      • close

        void close()
        Done with it, can be destroyed.