Interface DebugOut

    • Method Detail

      • getDebug

        boolean getDebug()
        Return true if debugging is on.
      • getID

        String getID()
        Return the arbitrary identifier for this instance.
      • debug

        void debug​(Object... args)
        If getDebug() returns true, output the arguments
      • debugMethod

        void debugMethod​(String methodName,
                         Object... args)