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
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
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
Base class from which any specific message parsers are derived (e.g.
Link copied to clipboard
The exception that should be thrown whenever parsing of a log message fails.
Link copied to clipboard
A specialized MessageParser for processing log messages in printf style, as used by format.