LogHeader

data class LogHeader(val thread: Boolean, val tag: Boolean, val level: Boolean, val time: Boolean)(source)

Log header configuration.

Since

1.3.4

Constructors

Link copied to clipboard
constructor(thread: Boolean, tag: Boolean, level: Boolean, time: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

true if you want to show LogInfo.level in header, false otherwise.

Link copied to clipboard

true if you want to show LogInfo.tag in header, false otherwise.

Link copied to clipboard

true if you want to show LogInfo.threadName in header, false otherwise.

Link copied to clipboard

true if you want to show LogInfo.time in header, false otherwise.