Specifications

144 System Software Diagnostics Guide — September 2006
Runtime Trace Facility (RTF) Reference
<RTFConfig trace=“1” tracelocation=”TRACE_LOG” timestamp=”1”
logformat=”ALIGN”>
<!-- Logfile section goes here -->
<!-- Global section goes here -->
<!-- Module sections go here -->
</RTFConfig>
The RTFConfig tag includes the following attributes:
trace
This attribute is used to enable or disable the RTF tracing capabilities. Valid values are as follows:
0
RTF tracing is disabled.
1
RTF tracing is enabled. This is the default setting.
tracelocation
This attribute has no affect on the file and will be removed in a future release. By default, trace
output is sent to a log file.
timestamp
This attribute has no affect and will be removed in a future release. By default, each log file name
includes a time stamp.
logformat
This attribute defines the format of the log file. The following two values are supported:
ALIGN
Aligns the trace entry fields in the log file into comma separated columns. The top of each
column includes a header that provides a description of the column’s content. This is the
default setting.
UNALIGN
Separates the trace entry fields in the log files with commas. Column alignment is not done.
Notes: 1. If you set the logformat attribute to ALIGN, you can customize the widths of the various
columns. The following attributes in the RTF configuration file allow you to define the aligned
column widths:
ModuleWidth number - Allows you to customize the number of characters that appear
in the Module column. The default setting is 10. There is no maximum setting.
ClientWidth number - Allows you to customize the number of characters that appear in
the Client column. The default setting is 15. There is no maximum setting.