LogFormatter

Functions

Link copied to clipboard
abstract fun format(level: LogLevel, tag: String, message: String): String
Link copied to clipboard
abstract fun formatLevel(level: LogLevel): String
Link copied to clipboard
abstract fun formatMessage(message: String): String
Link copied to clipboard
abstract fun formatTag(tag: String): String
Link copied to clipboard
fun LogFormatter.withColor(colorMap: ColorMap = ColorMap()): LogFormatter