TableFormat
class TableFormat(val maxSingleLogLength: Int, val maxPrintTimes: Int, val header: TableFormat.LogHeader = LogHeader.default, val ellipsis: String? = null) : LogFormat(source)
Table format of LogInfo.
Since
1.3.4
Parameters
ellipsis
If the content that needs to be printed exceeds the number of times specified by maxPrintTimes, the user can decide whether to end with ellipsis。
See also
Constructors
Link copied to clipboard
constructor(maxSingleLogLength: Int, maxPrintTimes: Int, header: TableFormat.LogHeader = LogHeader.default, ellipsis: String? = null)