PatternFormat

class PatternFormat(useColor: Boolean, messageOnly: Boolean = false) : Formatter

A Formatter implements Formatter provides support for formatting Logs.

Constructors

Link copied to clipboard
constructor(useColor: Boolean, messageOnly: Boolean = false)

Functions

Link copied to clipboard
open override fun format(record: LogRecord): String
Link copied to clipboard
open fun formatMessage(p0: LogRecord): String
Link copied to clipboard
open fun getHead(p0: Handler): String
Link copied to clipboard
open fun getTail(p0: Handler): String