| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |