Suppress or redirect status output

hi

Is it possible to suppress the Xith3D initial status output (to stdout) or catch it (and parse it) and/or redirect to a file?

Qudus

Hi,

You may want to try an extended PrintStream like :
http://www.world-of-mystery.de/download/StdoutLog.java
and
http://www.world-of-mystery.de/download/Redir.java

Galun

Exactly what I wanted. Thanks a lot.

Qudus