@CheckReturnValue
Package com.google.common.flogger.parser
Flogger is a fluent API for writing log messages.
This package is a part of the open-source Flogger library.
-
Class Summary Class Description BraceStyleMessageParser A specializedMessageParserfor processing log messages in the "brace style", as used byMessageFormat.DefaultBraceStyleMessageParser Default implementation of the brace style message parser.DefaultPrintfMessageParser Default implementation of the printf message parser.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.MessageParser Base class from which any specific message parsers are derived (e.g.PrintfMessageParser A specializedMessageParserfor processing log messages in printf style, as used byString.format(java.lang.String, java.lang.Object...). -
Exception Summary Exception Description ParseException The exception that should be thrown whenever parsing of a log message fails.