The displayed log records can be filtered in the TextTableView and in the MSCView.
To set the filtering rule, click on the button on the toolbar of an opened TexTableView or MSC view.
The filtering rule is defined using the following dialog.
Filtering on event types
The log records with the given event type can be filtered by checking the corresponding checkboxes in the "Event types" area. If the "Inclusive" button is active the log records with the selected event types will be displayed. Using the "Exclusive" button the filtering rule can be inverted.
Filtering based on the content of "Message" and "Source info" fields
The filter string is specified using the textbox in the "Filter string area". The log records containing the given string will be displayed. The following wildcards are allowed: * - any string, ? - any character, \ - escape for *?/
Regular expressions can be used instead of strings by selecting the "Regular expression" checkbox. Information on regular expressions can be found on this site.
The "Source Info" and "Message" buttons specify which part of the log record will be matched. There is a logical OR relation between the two fields.
Filtering on timestamps
A time interval can be specified by start and the end timestamps. The timestmp format of the currently opened log file is displayed under the textboxes.