View Single Post
  #16 (permalink)  
Old 09-01-2008, 04:24 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: SouthWest Missouri, USA
Posts: 2,229
Rep Power: 4
Norm is on a distinguished road
Default
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