tango.util.log.LayoutDate

License:
BSD style:

Version:
Initial release: May 2004

author:
Kris

class LayoutDate: tango.util.log.Log.Appender.Layout;
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.


Page generated by Ddoc. Copyright (c) 2004 Kris Bell. All rights reserved