ColoredConsoleOutlet

Base class for console outlets who wish to color their output.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var formatter: (LogEntry) -> Iterable<Chunk>?

Functions

Link copied to clipboard
open fun format(entry: LogEntry): Iterable<Chunk>?
Link copied to clipboard
open fun formatWith(formatter: (LogEntry) -> Iterable<Chunk>)
Link copied to clipboard
open override fun send(chunks: Iterable<Chunk>)