Sushi – eat as much as you can
Permalink Comments off
Permalink Comments off
Apache log4j 1.2 – Frequently Asked Technical Questions
How do I get multiple process to log to the same file?
You may have each process log to a SocketAppender. The receiving SocketServer (or SimpleSocketServer) can receive all the events and send them to a single log file.
Permalink Comments off