format

abstract fun format(event: LogEvent): String(source)

Formats the given event into a string representation.

Return

A string representation of the log event.

Parameters

event

The log event to format.