Re: logging parallel threads

2012-10-15 Thread Tim Watts
Again, this isn't a logging problem you're describing. You should be looking to some sort of database for solutions. You could probably torture log4j into doing some of this but there's no advantage to it. There are better suited tools for the problem you describe. On Mon, 2012-10-15 at 00:43 -

Re: logging parallel threads

2012-10-15 Thread pa7751
Hi Basically I have an xml document that contains many tasks. As each of these tasks gets executed, I log in a file (which is again an xml) whether the task got successfully completed. So the first question is that whether log4j can be used for this? Next since these tasks can also be executed i