public interface MessageFormatter
Modifier and Type | Method and Description |
---|---|
default String |
format(Object... values)
Format a message for reporting to a user/client.
|
String |
getLoggingFormat()
The message format used for logging.
|
String |
getMessageFormat()
The message format used for publishing out of the system, typically in error messages.
|
default String |
logFormat(Object... values)
Format a message for writing to the log.
|
String getMessageFormat()
String getLoggingFormat()
default String format(Object... values)
values
- The values to populate the format stringCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.