@CheckReturnValue
Package io.spine.logging.flogger.parameter
Contains different types of message template parameters.
- See Also:
- Original Java code of Google Flogger
-
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.