Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
java.io.File file = new java.io.File("/temp/mylogfile_test.txt");
java.io.PrintStream ps = new java.io.PrintStream(new java.io.FileOutputStream(file));
System.setOut(ps);