Package-level declarations
Types
Link copied to clipboard
Line format of LogInfo.
Link copied to clipboard
If you just want to print the log content without additional information, you can use OnlyMsgFormat.
Link copied to clipboard
class TableFormat(val maxSingleLogLength: Int, val maxPrintTimes: Int, val header: TableFormat.LogHeader = LogHeader.default, val ellipsis: String? = null) : LogFormat
Table format of LogInfo.