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, void delegate(cstring) dg)

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

Inherited Members

From Layout

format
void format(LogEvent event, void delegate(cstring) dg)
Undocumented in source.

Meta