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.

Properties

Link copied to clipboard

Default max print repeat times.

Link copied to clipboard

Default maximum length of chars printed of a single log. Notes:Considering fault tolerance, 1000 is set here instead of 1024.