TheKrush / hafen-client-minion-old

Custom Haven & Hearth Client
http://thekrush.github.io/hafen-client-minion/
1 stars 0 forks source link

Redirect output/errors to file #7

Closed TheKrush closed 9 years ago

TheKrush commented 9 years ago

Something like this:

System.setOut(new PrintStream("_out.txt"));
System.setErr(new PrintStream("_err.txt"));