Interface Formatter<T>

    • Method Detail

      • format

        java.lang.String format​(T data)
        Format the data to a readable and loggable string.
        Parameters:
        data - the data to format
        Returns:
        the formatted string data