Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: R: patching print & probe so they log to a file disk. [logs] [print] [probe]

From: moliad:aei:ca at: 26-Mar-2004 0:23

hi Giuseppe, you might want to add : trace on trace/net on in your script and launch it this way: rebol -c -s yourScript.r > test.log this will pipe ALL console messages to the test.log file, including all trace messages... if you are reading the net and it fails, you most probably will get trace errors from the network port... hth! -MAx