View Single Post
  #16 (permalink)  
Old 09-01-2008, 05:24 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
Quote:
for debugging write everyting to a file.
This is easily done by using the System.setOut and a small class extending PrintStream to copy all println()/write() traffic to a file as well as displaying to the terminal.
Reply With Quote