tango.util.log.LayoutDate

License:

BSD style: see license.txt

Version:

Initial release: May 2004

Author:

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.