Message Builder
A builder which is used during message parsing to create a message object which encapsulates all the formatting requirements of a log message. One message builder is created for each log message that's parsed.
Parameters
<T>
The message type being built.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/parser/Message Builder. java">
Original Java code of Google Flogger
Inheritors
Functions
Link copied to clipboard
Called by parser implementations to signify that the parsing of the next parameter is complete.
Link copied to clipboard
Adds the specified parameter to the format instance currently being built.
Link copied to clipboard
Returns the expected number of arguments to be formatted by this message.
Link copied to clipboard
Returns the log format message to be parsed by this builder.
Link copied to clipboard
Returns the parser used to process the log format message in this builder.