-
- 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 voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.
-
-
-
Method Detail
-
debug
void debug(Output<?> output)
Writes a developer readable, debug-formatted string representation of this object tooutput.- Throws:
OutputException- if theoutputexits the cont state before the full debug string has been written.
-
-