LogOutlet

Inheritors

Properties

Link copied to clipboard
abstract 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
abstract fun send(chunks: Iterable<Chunk>)