TextFormatter

open class TextFormatter(var printMeta: Boolean = true) : JLogPipe

Constructors

Link copied to clipboard
constructor(printMeta: Boolean = true)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun handle(log: Log): SerializedLog.String
Link copied to clipboard
open fun install(pipeline: MutableList<JLogPipe>, index: Int)

Properties

Link copied to clipboard
open override val key: TextFormatter.Key
Link copied to clipboard
var printMeta: Boolean