Internet Direct (Indy) Version 9.0.1 Beta
TIdLogBase.LogTime
Specifies if log messages are date- and time-stamped.

property LogTime: Boolean;
Description
LogTime is a Boolean property that indicates if the log message should automatically include the current date and time when the message is created. The default value for LogTime is True, as assigned in the Create constructor.

If LogTime is True, a message will have the current date and time prepended to the message contents. Date and time is formatted using the value given in the global ShortDateFormat variable.

LogTime is called from virtual methods in the class as a part of message formatting routines.