Package-level declarations

LogEventFormatter (a fun interface) and the LogFormatters factory: default, pretty, compact, json. json stays valid JSON even with showEmoji. Formatters treat LogEvent as a read-only snapshot and must not mutate it.

Types

Link copied to clipboard
fun interface LogEventFormatter

Interface for formatting a LogEvent into a String.

Link copied to clipboard

Factory object for obtaining standard LogEventFormatter implementations.