Closes the output destination for messages written using the logging intercept.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|