Re: AsyncAppender

2007-08-28 Thread Dmitry Beransky
I'm on 1.2.13 On 8/28/07, James A. N. Stauffer <[EMAIL PROTECTED]> wrote: > > What version of log4j are you using? There were problems with that > appender in older versions. >

AsyncAppender

2007-08-28 Thread Dmitry Beransky
Hi, Are there any tricks to using the asyncronous appender class? I've added the following to my log4j.xml file: and as soon as I switch the root from FILE to A_FILE, logging stops. The file is still being created though by the nested appender. Dmitry

showing stack trace

2007-01-08 Thread Dmitry Beransky
Hi, For some debug messages I'd like to be able to log the stack trace at the time of execution even if there is no exception. I know that I can do this by simply calling debug("this is my message", new RuntimeException("trace")), but I'd like to be able to control when the trace is displayed fr