LoggerNameShorter

open class LoggerNameShorter(val preferLength: Int = 32) : JLogPipe

Constructors

Link copied to clipboard
constructor(preferLength: Int = 32)

Types

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
open override val key: LoggerNameShorter.Key
Link copied to clipboard
val preferLength: Int = 32