Re: Preventing FileAppender from opening file until there is something to log

2011-06-23 Thread Mikhail T.
On 23.06.2011 16:58, Dylan Scott wrote: I'm wondering if it's possible to setup a FileAppender to not open its file (and thus create it if it doesn't exist yet) until it actually logs something. I have an application which uses a different log file for each run (using the same was causing problem

Preventing FileAppender from opening file until there is something to log

2011-06-23 Thread Dylan Scott
I'm wondering if it's possible to setup a FileAppender to not open its file (and thus create it if it doesn't exist yet) until it actually logs something. I have an application which uses a different log file for each run (using the same was causing problems with multiple instances of the applicati