> Depends on what you mean by separately. With log4j you could also use
> a single log instance logging to a single file and distinguish the log
> entries by the Thread IDs (e.g. using Nested Diagnostic Contexts).
> -- Sebastian
Hello, Mr. Sebastian. Is it really safe to use Nested Diagnostic
Contexts? I found this article "Think again before adopting the
commons-logging API" in http://www.qos.ch/logging/thinkAgain.jsp ...
Sorry, I'm not familiar.
Sebastian Millies - 25 Jul 2006 12:24 GMT
Am 21 Jul 2006 19:39:24 -0700 schrieb Matthew:
>> Depends on what you mean by separately. With log4j you could also use
>> a single log instance logging to a single file and distinguish the log
[quoted text clipped - 5 lines]
> commons-logging API" in http://www.qos.ch/logging/thinkAgain.jsp ...
> Sorry, I'm not familiar.
Well, that article is concerned with using commons logging,
which doesn't support Nested Diagnostic Contexts, which are
a feature of log4j. -- Sebastian