On Tue, Feb 25, 2014 at 09:20:34PM +0700, Henrik Sarvell wrote:
> Sometimes it's also nice to be able to get everything in a file, not
> just printed, would be nice if it could have that option.

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.

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to