Interface ZestOutputWriter

  • All Known Subinterfaces:
    ZestRuntime
    All Known Implementing Classes:
    ZestBasicRunner

    public interface ZestOutputWriter
    Since:
    0.14.0
    • Method Detail

      • output

        void output​(String str)
        Outputs the specified string
        Parameters:
        str -
      • debug

        void debug​(String str)
        Outputs the supplied message if debugging is turned on
        Parameters:
        str -