LayoutDate

A layout with ISO-8601 date information prefixed to each message

Constructors

this
this(bool localTime)

Ctor with indicator for local vs UTC time. Default is local time.

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