LogHeader

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

Log header configuration.

Since

1.3.1

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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