Are there other logging subsystems that are capable of doing this other than log4j? Is the only solution to:
tail -f main.log | grep [threadid] -Patrick On 5/31/07, Patrick & Lisa <[EMAIL PROTECTED]> wrote:
Hi all - I've been searching and have yet to find a definitive answer on how to create a separate log file for each thread. I've read else where that the simplest way is to use post processing, but for my application that is difficult to do when debugging a live system. The best solution would really be a separate log file for each thread. I saw the http://stauffer.james.googlepages.com/*DateFormatFileAppender*.java but that doesn't meet what I'm looking for. Any help would be much appreciated! Thanks, Patrick
