Parameter Visitor
A visitor of log message arguments, dispatched by Parameter instances.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/parameter/Parameter Visitor. java">
Original Java code of Google Flogger
Inheritors
Functions
Link copied to clipboard
Visits a log message argument with formatting specified by
%s, %d etc...Link copied to clipboard
Visits a date/time log message argument with formatting specified by
%t or similar.Link copied to clipboard
Visits a missing argument.
Link copied to clipboard
Visits a log message argument for which formatting has already occurred.