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, size_t delegate(void[]) dg) #
Subclasses should implement this method to perform the formatting of the actual message content.
char[] convert(char[] tmp, long i) [private] #
Convert an integer to a zero prefixed text representation