Internet Direct (Indy)
Home
PreviousUpNext
TIdLogBase.Open Method

Specifies the method used to open the storage for the logging intercept.

Pascal
procedure Open; virtual;

Open is a procedure that specifies the method used to open the storage mechanism used for the logging intercept. 

Use Close to close the storage mechanism or destination for log messages written to the intercept. 

TIdLogBase does not specify the storage mechanism or destination for log messages written to the intercept. Open is an empty implementaion in TIdLogBase. Use a descendant class that provides an overridden Open 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.