Selection

Purpose: defines the start and ending offset of the output file that will be produced.

Syntax:

Selection = parameter

Where parameter is yes, no, all or page.

Selection yes means that a selection is necessary for the plugin to operate and that the whole selection should be in the output file.
Selection no (default) no selection is necessary. Output file will optionally contain the name of the logged file only (if name=yes has been set).
Selection all indicates that all of the logged file should be given to the plugin.
Selection page means that only the current page should be given to the plugin.

Back