Log File Viewer


The BCWipe software includes Log Viewer utility.

The log file can be generated by any BCWipe task, the Log Viewer gets the logfile as input file and shows its contents in a readable way. The information is shown by Log Viewer dynamically, i.e. the user can open the Log Viewer and monitor the process while it is being performed.

Log Viewer window looks like:



 Image text

The following information is gathered and displayed by Log Viewer in separate columns:

To hide/show columns - right-click on the column name and mark the desired columns:



 Image text

Enable the option Details in View menu to display the bottom pane where the selected string is shown in more details:



 Image text

To search for a string - use Edit-->Find menu. The following window will appear:



 Image text

In Find what: edit box - type a sequence of symbols to search for.

A regular expression is a flexible form of search pattern description. Regular expressions act pretty like wildcards, but they are even more powerful.

Read the following articles to know more about regular expressions and basic syntax:
http://www.regular-expressions.info/reference.html,
http://en.wikipedia.org/wiki/Regular_expression