Skip to main content

Rendering

Log events are rendered before being sent to sinks.

The functional type RenderString is implemented to render events into string representations of them:

public typealias RenderString = (LogEvent) -> String