Appender.Layout

Interface for all logging layout instances

Implement this method to perform the formatting of message content.

Members

Aliases

FormatterSink
alias FormatterSink = .FormatterSink

Convenience alias for implementing classes

Functions

format
void format(LogEvent event, FormatterSink sink)

Format the provided event to the sink using this layout

Meta