Printf Message Parser
A specialized MessageParser for processing log messages in printf style, as used by format. This is an abstract parser which knows how to process and extract placeholder terms at a high level, but does not impose its own semantics for place-holder types.
Typically you should not subclass this class, but instead subclass DefaultPrintfMessageParser, which provides compatibility with format.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/parser/Printf Message Parser. java">
Original Java code of Google Flogger
Inheritors
Inherited properties
Link copied to clipboard
The maximum allowed index (this should correspond to the MAX_ALLOWED_WIDTH in FormatOptions because at times it is ambiguous as to which is being parsed).