LayoutTimer

A simple layout comprised only of time(ms), level, name, and message

Members

Functions

format
void format(LogEvent event, FormatterSink dg)

Subclasses should implement this method to perform the formatting of the actual message content.

Inherited Members

From Layout

FormatterSink
alias FormatterSink = .FormatterSink

Convenience alias for implementing classes

format
void format(LogEvent event, FormatterSink sink)

Format the provided event to the sink using this layout

Meta