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 abstract class BraceStyleMessageParser extends MessageParser
A specialized MessageParser for processing log messages in the "brace style", as used by MessageFormat.
Link copied to clipboard
Default implementation of the brace style message parser.
Link copied to clipboard
Default implementation of the printf message parser.
Link copied to clipboard
public abstract class MessageBuilder<T>
A builder which is used during message parsing to create a message object which encapsulates all the formatting requirements of a log message.
Link copied to clipboard
public abstract class MessageParser
Base class from which any specific message parsers are derived (e.g.
Link copied to clipboard
public final class ParseException extends RuntimeException
The exception that should be thrown whenever parsing of a log message fails.
Link copied to clipboard
public abstract class PrintfMessageParser extends MessageParser
A specialized MessageParser for processing log messages in printf style, as used by format.