Package-level declarations
Contains different types of message template parameters.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/parameter/package-info. java">
Original Java code of Google Flogger
Types
Link copied to clipboard
A parameter implementation to mimic the formatting of brace style placeholders (ie, "{n}").
Link copied to clipboard
Supported date/time sub-format characters for the %t/%T formatting pattern.
Link copied to clipboard
A parameter for formatting date/time arguments.
Link copied to clipboard
A visitor of log message arguments, dispatched by
Parameter instances.Link copied to clipboard
A simple, single argument, parameter which can format arguments according to the rules specified by FormatChar.