Internet Direct (Indy)
Home
PreviousUpNext
TIdLogFile.Close Method

Closes the output destination for messages written using the logging intercept.

Pascal
procedure Close; override;

Close is an overridden procedure used to close the output destination for messages written using the logging intercept. 

Close frees resources allocated to the internal TIdStreamVCL instance used to write log messages the filename specified in Filename

Use Open to allocate the internal TIdStreamVCL instance used to write log messages to the filename specified in Filename

Close does not call the inherited method.

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.