Internet Direct (Indy)
Home
PreviousUpNext
TIdLogFile Class

Implements an Indy logging intercept that can write log messages to a file.

Pascal
TIdLogFile = class(TIdLogBase);

TIdLogFile is a TIdLogBase descendant that implements an Indy logging intercept that can write log messages to a file. 

TIdLogFile overrides methods in the ancestor class to implement opening and closing of a log file, as well as enhanced message logging using both message text and data values for send and receive operations. 

TIdLogFile introduces properties and methods that specify the file name used to store log messages, and the TIdStreamVCL instance used to perform output operations.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.