unescape

public final void unescape(StringBuilder out, String message, int start, int end)

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.

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