RenderString

fun interface RenderString

Interface for rendering a LogEvent to a String.

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(event: LogEvent): String

Render a log event into a string.