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, size_t delegate(const(void)[]) dg)

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

Inherited Members

From Layout

format
void format(LogEvent event, size_t delegate(const(void)[]) dg)
Undocumented in source.

Meta