RenderString

interface RenderString

Interface for rendering a LogEvent to a String.

Functions

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

Render a log event into a string.