Overview:
When you open a file, fLogViewer prepares the display by building an index. It is possible to view
all the lines or to apply a filter.
Filters:
There are 3 kind of filter : Regular Expression, Like operators and VBScript plug in.
Regular expression:
In this case a filter is a name and a regular expression value. This mode can ignore the case or not.
Microsoft VBScript version 5.0 or later must be installed.
Like operator:
The LIKE operator provide similar functionality as an regular expression but it is more limited.
The like opeator is at least 30% faster than the same regular expression.
VBScript Plug In:
You can write a simple VBScript file which implements the fLogViewer VBScript Plug In Interface.
VBScript Sample
Based on the VBScript Plug In, it is possible to do more than just dispay a log file.
See the VBScript Plug In page.
Where Clause:
Only supported for CSV and XSV File, this filter mode allows to set the expression text box with a
SQL Where clause like. The first line of the file define the columns name.
The supported operators are =,<>,>,<,>=,<=.
AND and OR are supported but they cannot be nested.