Java: Redirecting System.out and System.err to a rolling log file
This blog article shows how to redirect System.out and System.err
to your Java Logging subsystem, so that such output gets integrated into
your debug log stream in a rolling log file.
[Read More]