AnsiConsoleOutlet

A very commonly used outlet that will color log messages correctly for most modern terminals.

For info on how the colorization is achieved, see: Wikipedia: ANSI escape codes Select Graphics Rendition

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>)