Interface Flattener2

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.CharSequence flatten​(long timeMillis, int logLevel, java.lang.String tag, java.lang.String message)
      Flatten the log.
    • Method Detail

      • flatten

        java.lang.CharSequence flatten​(long timeMillis,
                                       int logLevel,
                                       java.lang.String tag,
                                       java.lang.String message)
        Flatten the log.
        Parameters:
        timeMillis - the time milliseconds of log
        logLevel - the level of log
        tag - the tag of log
        message - the message of log
        Returns:
        the formatted final log Charsequence