Package-level declarations

Flogger is a fluent API for writing log messages.

This package is a part of the open-source Flogger library.

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.