- All Known Implementing Classes:
InputSettings,Mark,OutputSettings,Span,Tag,UtfErrorMode
public interface Debug
Type that can output a developer readable debug string.
Debug
implementations may use Output.settings() to tailor the format of
their debug strings. For example, debug strings may be stylized when
OutputSettings.isStyled() returns true.-
Method Summary
-
Method Details
-
debug
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.
-