ExtractTextLogEnable

Call this action to enable logging to the specified path and file name

Syntax

bool ExtractTextLogEnable (string Target)

Parameters

Target
Smart parameter of the path and file name to log to.

Returns

True.

Level

Any

Details

Enables additional logging during text extraction. This is used for debugging during system configuration. The file will grow until it is deleted.

Example

ExtractTextLogEnable(c:\datacap\extract.log)
ExtractText(DateTime.DateTime,Address.Address)