I am currently using java.util.logger in my application. It sends its output to System.err. I need it to continue to do this, but I also need to send that output to something else.
Is there a way to copy the System.err stream so that it can send to two different sources?