-
- All Known Implementing Classes:
InputSettings,Mark,OutputSettings,Span,Tag,UtfErrorMode
public interface DebugType that can output a developer readable debug string.Debugimplementations may useOutput.settings()to tailor the format of their debug strings. For example, debug strings may be stylized whenOutputSettings.isStyled()returnstrue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.
-
-
-
Method Detail
-
debug
<T> Output<T> debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput.- Returns:
- the continuation of the
output. - Throws:
OutputException- if theoutputexits the cont state before the full debug string has been written.
-
-