Initial release: May 2004
Kris
- class LayoutDate : Appender.Layout [public] ¶
-
A layout with ISO-8601 date information prefixed to each message
- this(bool localTime = true) ¶
-
Ctor with indicator for local vs UTC time. Default is
local time.
- void format(LogEvent event, scope size_t delegate(const(void)[]) dg) ¶
-
Subclasses should implement this method to perform the
formatting of the actual message content.