Brace Style Message Parser
A specialized MessageParser for processing log messages in the "brace style", as used by MessageFormat. This is an abstract parser which knows how to process and extract place-holder terms at a high level, but does not impose its own semantics on formatting extensions (eg, "{0,number,#.##}").
Typically you should not subclass this class, but instead subclass DefaultBraceStyleMessageParser, which provides default behavior for simple place-holders.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/parser/Brace Style 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).