Interface MessageFormatter

    • Method Detail

      • format

        java.lang.String format​(java.lang.Object... args)
        Formats the message. The arguments are passed to Formatter as is with one exception: Object of type Throwable are converted to their Throwable.getMessage() (or, if that is null, to the name of the class).
        Parameters:
        args -
        Returns:
        formatted string