@CheckReturnValue
Package com.google.common.flogger.parameter
Flogger is a fluent API for writing log messages.
This package is a part of the open-source Flogger library.
-
Interface Summary Interface Description ParameterVisitor A visitor of log message arguments, dispatched byParameterinstances. -
Class Summary Class Description BraceStyleParameter A parameter implementation to mimic the formatting of brace style placeholders (ie, "{n}").DateTimeParameter A parameter for formatting date/time arguments.Parameter An abstract representation of a parameter for a message template.SimpleParameter A simple, single argument, parameter which can format arguments according to the rules specified byFormatChar. -
Enum Summary Enum Description DateTimeFormat Supported date/time sub-format characters for the %t/%T formatting pattern.