errors
Parses errors from a SessionLog file
This program will take a SessionLog file as an input, parse for the error groups and output a new file that
contains Session Information that have errors.
Categories
History
Trent Hare | 1994-12-20 | Original Version |
Steven Koechle | 2007-11-01 | Converted from Isis 2 to Isis 3 |
Steven Koechle | 2008-06-13 | Added PvlKeyword to top of print file that says how many errors the print file contains. This value is also printed to the screen. |
Parameters
Files
The file is a default session log file output by Isis. This file is in PVL format.
Type | filename |
---|---|
File Mode | input |
Default | print.prt |
This file will be in Pvl format and contain the Session Logs from Isis program runs that had errors.
Type | filename |
---|---|
File Mode | output |
Default | errors.prt |
Settings
This option allows the user to decide whether to append the output file or not.
Type | boolean |
---|---|
Default | false |
Example 1
Parsing errors out of a SessionLog file
This example shows how to get the error sessions from a session log file
Command Line
Running errors in the command line mode with the both parameters "FROM"
and "TO" set.
errors
from=run.log to error.log
Data Files
Links open in a new window.Input to errors | This is the input file to errors generated by running random isis applications. By default this filename is print.prt |
---|---|
Output from errors | This is the output captured in "error.log". This file contains error sessions from the input log. By default this filename is errors.prt |