public final class MessageFormatter extends Object
| Constructor and Description |
|---|
MessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(Object message) |
static String |
format(String message,
Object... args)
This utility method is used by the Logger, and will fall back on a default message if we don't have any.
|
public static String format(String message, Object... args)
message - The message to use with tokens.args - The objects to print inside the tokensCopyright © 2010-2016. All Rights Reserved.