TIdLogFile
Implements an Indy logging class that can write log messages to a file.
Unit
Description
TIdLogFile is a
TIdLogBase descendant that implements an Indy logging class that can write log messages to a file. TIdLogFile extends the ancestor class by implementing methods to open and close the log file, as well as enhanced message logging using both message text and data values for
send and receive operations.
Identifies the file used to store log messages.
property Filename: TFilename;
Description
Filename is a TFilename property that identifies the file used to store log messages for the object instance. Filename is used to create or open a TFilestream used for output in the protected methods in the class.