Class PrintfMessageParser

    • Constructor Detail

      • PrintfMessageParser

        public PrintfMessageParser()
    • Method Detail

      • unescape

        public final void unescape​(StringBuilder out,
                                   String message,
                                   int start,
                                   int end)
        Description copied from class: MessageParser
        Appends the unescaped literal representation of the given message string (assumed to be escaped according to this parser's escaping rules). This method is designed to be invoked from a callback method in a MessageBuilder instance.
        Specified by:
        unescape in class MessageParser
        Parameters:
        out - the destination into which to append characters
        message - the escaped log message
        start - the start index (inclusive) in the log message
        end - the end index (exclusive) in the log message