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.
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).