Next Prev Up Top Contents Index

*trace-output*

Variable
Summary

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 .

See also

trace


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index