@CheckReturnValue
Package io.spine.logging.flogger.parser
Contains message parsing utilities.
- See Also:
- Original Java code of Google Flogger
-
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.