On Tue, Feb 25, 2014 at 05:01:21PM +0100, Alexander Burger wrote:
> One simple way is to use 'err' around your program to redirect standard
> error
> 
>    (err "myLog.txt"
>       (main) )
> 
> and then use the normal 'trace' and 'msg' functions which print to
> standard error.

or, of course, start the whole program with redirection:

   $ pil myProgram.l ... -main ... +  2>err
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to