public interface MultiFormatStringBuilderFormattable extends MultiformatMessage, StringBuilderFormattable
Modifier and Type | Method and Description |
---|---|
void |
formatTo(java.lang.String[] formats,
java.lang.StringBuilder buffer)
Writes a text representation of this object into the specified
StringBuilder , ideally without allocating
temporary objects. |
getFormats, getFormattedMessage
getFormat, getFormattedMessage, getParameters, getThrowable
formatTo
void formatTo(java.lang.String[] formats, java.lang.StringBuilder buffer)
StringBuilder
, ideally without allocating
temporary objects.formats
- An array of Strings that provide extra information about how to format the message.
Each MultiFormatStringBuilderFormattable implementation is free to use the provided formats however they choose.buffer
- the StringBuilder to write into