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
public class BraceStyleParameter extends Parameter
A parameter implementation to mimic the formatting of brace style placeholders (ie, "{n}").
Link copied to clipboard
public enum DateTimeFormat
Supported date/time sub-format characters for the %t/%T formatting pattern.
Link copied to clipboard
public final class DateTimeParameter extends Parameter
A parameter for formatting date/time arguments.
Link copied to clipboard
public abstract class Parameter
An abstract representation of a parameter for a message template.
Link copied to clipboard
public interface ParameterVisitor
A visitor of log message arguments, dispatched by Parameter instances.
Link copied to clipboard
public final class SimpleParameter extends Parameter
A simple, single argument, parameter which can format arguments according to the rules specified by FormatChar.