Module swim.codec
Package swim.codec

Interface Debug

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void debug​(Output<?> output)
      Writes a developer readable, debug-formatted string representation of this object to output.
    • Method Detail

      • debug

        void debug​(Output<?> output)
        Writes a developer readable, debug-formatted string representation of this object to output.
        Throws:
        OutputException - if the output exits the cont state before the full debug string has been written.