problem of one file per user.
>
> On 5/15/07, rovelgoenne <[EMAIL PROTECTED]> wrote:
>>
>> Thanks for your reply. I searched around in this forum for this topic the
>> last days. I found some topics very simular to the one I described. But I
>> didn't find a
ne file per thread has been discussed and I
> think someone made an appender that does it.
>
> On 5/14/07, rovelgoenne <[EMAIL PROTECTED]> wrote:
>>
>> I start multiple threads where every thread should log to his own file.
>> Therefor I did:
>> - every thread
I start multiple threads where every thread should log to his own file.
Therefor I did:
- every thread has a number
- for every thread I get a logger with "name" + number
- in every logger I add an DailyRollingFileAppender
- in the thread I log to the connected logger
So everything works fine. Eve