|
@@ -287,11 +287,11 @@ public class Ifatzeh extends javax.swing.JFrame
|
|
|
System.out.println("lfe");
|
|
|
PrintStream psOut = new LogStream(
|
|
|
new BufferedOutputStream(new FileOutputStream(
|
|
|
- new File("UpidTK.log"))), true);
|
|
|
+ new File("UpidTK.log"))), true,System.out);
|
|
|
System.setOut(psOut);
|
|
|
PrintStream psOut2 = new LogStream(
|
|
|
new BufferedOutputStream(new FileOutputStream(
|
|
|
- new File("UpidTK-E.log"))), true);
|
|
|
+ new File("UpidTK-E.log"))), true,System.err);
|
|
|
System.setErr(psOut2);
|
|
|
System.out.println("lfe");
|
|
|
System.err.println("lfe");
|