On this Page
-tracelevel
(As of 3.0.003.19)
Control which aspects of trace output are to be produced
Syntax
-tracelevel
[
F
,
P
,
S
,
D
]
Description
Control which aspects of trace output are to be produced. Trace output can be very voluminous so selecting specific areas of interest is a good idea. If -trace
is used without any -tracelevel
option then all trace output will be generated. The available values are Font, Pagination, Script, and Detail. They can be abbreviated using just their first initial. These areas of interest can be combined by including them in a comma-separated list.
Example
-tracelevel
P,
S
Which indicates a desire to see tracing about pagination and scripting.