Log files contain information about the ongoing activities of the Trace Analyzer program. They are used to record information about error events and to log status messages. While primarily useful to the developers of the Trace Analyzer and to the Golden Code Development Technical Support staff, log files can also provide useful information to the end user.
The Trace Analyzer creates three different types of log files.
The logging of this information can be selectively filtered by severity or may be eliminated altogether, using the -log command line option. The levels of event severities, in descending order are error, status, and debug. If the -log command line option is not used, the program will log only messages of error severity by default. When troubleshooting a problem or supplying a log file to Technical Support, it is recommended that the problem be recreated while running the program with the -log:3 option. This option ensures that events of all levels of severity are logged.
By default, the event log file is named analyzer.log and resides in the logs subdirectory off the Trace Analyzer installation path. Its name and location may be changed using the -logfile command line option.
Each event logged to this file is represented by a single line, which contains:
Note: it is very important that the
event log file which was generated when a problem was encountered be included
with any problem report submitted to Technical
Support.
This log file is named errorjta.log. It resides in the same directory as the event log file which was created for the same Trace Analyzer session. This file is overwritten the every time the Trace Analyzer program is run, but only if loggable errors occur in that session.
Note: it is very important that the
detailed error log file which was generated when a problem was encountered,
if any, be included with any problem report submitted to Technical
Support. The detailed error log
timestamps should be checked to ensure they correspond with the appropriate
Trace Analyzer session.
While the Trace Analyzer program is running, the Java console often is minimized or hidden, is obscured by other windows, or is otherwise absent. Even if the console is in view, the output sent to it in response to an error condition often is voluminous and may scroll by too quickly for the user to read. Thus, this output is redirected automatically to a file called consolejta.log, which resides in the logs subdirectory off the Trace Analyzer installation path.
Typically this information is warning or error message text that was sent to the Java console as a last ditch effort to report an error condition that was otherwise unrecoverable. In some cases, however, this text may simply represent notification of a benign occurrence. Whatever the cause, the source of this output may be
WARNING! Possible unhandled errors were detected.where <LOG_PATH> is the location of the console log file.
Please see console log file<LOG_PATH>consolejta.log
for details.
Note: it is very important that the console log file which was generated when a problem was encountered, if any, be included with any problem report submitted to Technical Support.