Class DefaultPrintfMessageParser


  • public class DefaultPrintfMessageParser
    extends PrintfMessageParser
    Default implementation of the printf message parser. This parser supports all the place-holders available in String#format but can be extended, if desired, for additional behavior For consistency it is recommended, but not required, that custom printf parsers always extend from this class.

    This class is immutable and thread safe (and any subclasses must also be so).

    See Also:
    Original Java code of Google Flogger