[plt-scheme] trace to current-error-port?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Mon Jul 28 08:26:21 EDT 2008

You could prepend some special characters to your function's output,
so you can separate it from trace using grep, or you could try the new
logging system.

That's all I got.

N.

On Sun, Jul 27, 2008 at 2:40 AM, YC <yinso.chen at gmail.com> wrote:
> Hi -
>
> is there a way to send trace output to current-error-port, without
> parameterizing current-output-port?
>
> Basically I'm looking for a way to separate the output from the function
> (which writes out to current-output-port) and the output from the trace.
>
> Thanks,
> yc
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.