Indy 9
TIdLogFile
Hierarchy, Properties, Methods, Events, See Also, Unit: IdLogFile
Implements an Indy logging class that can write log messages to a file.
TIdLogFile = class(TIdLogBase)
Unit
IdLogFile
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.

TIdLogFile.Filename
TIdLogFile
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.