The stream on which traced functions and the
time
macro print their output.
Package
common-lisp
Initial Value
A synonym stream that uses the stream that is the value of
*terminal-io*
.
Description
The value of
*trace-output*
is used as the stream to which tracing sends its output by default. Other streams can be explicitly specified by the
:trace-output
option to
trace
.