| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: format-string &rest format-args
This is a convenience function for printing debugging output to the currently-selected IDE listener. Its arguments are the same as the arguments to format except that there is no stream argument. (stream is the first required argument to format.)
The output is directed to an IDE listener (specified by selected-listener-pane) by using with-output-to-ide-listener. See that macro for information on the additional behavior that it provides.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |