IExternReferenceLogger.SaveToFile

Syntax

SaveToFile(FileName: String);

Parameters

FileName. Path and name of text file where log of external links counter change is saved.

Description

The SaveToFile method saves log of external links counter change to the file.

Comments

Structure and description of obtained log are displayed in theDetecting Memory Leaks subsection.

Example

The example of use is given in description of the IForeRuntime.ExternReferenceLogger property.

See also:

IExternReferenceLogger