PlainTextFormatter

class PlainTextFormatter(withTime: Boolean, withSource: Boolean, padSource: Int = 0, withException: Boolean, lineSeparator: String?) : Formatter

Logging formatter for logging as formatted plain text.

Constructors

Link copied to clipboard
constructor(withTime: Boolean, withSource: Boolean, padSource: Int = 0, withException: Boolean, lineSeparator: String?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun format(r: LogRecord): String
Link copied to clipboard
Link copied to clipboard
open fun getHead(p0: Handler): String
Link copied to clipboard
open fun getTail(p0: Handler): String
Link copied to clipboard
fun shortClassName(className: String): String