Re: re-routing of System.out to SWING component

2007-06-21 Thread Thorsten Möller
On Wednesday, June 20, 2007 10:12 PM [GMT+1=CET], Curt Arnold <[EMAIL PROTECTED]> wrote (with possible deletions): > Use log4j-1.2.14 (or later) and specify follow=true in your > configuration of your console appender and it will follow subsequent > redirections of System.out. See bugs 31056 and

Log4jME

2007-06-21 Thread Keith Gardiner
Hi, I am trying to use Log4jMini on a Symbian S60 3rd edition phone. I cannot seem to get the jar file included in the jar at build time. Has anyone managed to use Log4jMini in this way? Keith. This message has been scanned for content and viruses by the DIT Information Services E-Mai

Log4j Appender Piping and Rollover

2007-06-21 Thread ZalleCool
Hi there, I would like to be able to pipe the output of a custom appender to DailyRollingFileAppender. How can I do that? Secondly, I want the name of the active file to be different from that of the rolled over log files. Is this possible with DailyRollingFileAppender? We are using XML based

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread James Stauffer
What does your custom appender do? Look at how AsnycAppender sends its output to another Appender. DailyRollingFileAppender doesn't allow much variation between the active and rolled filename. Can you give an example of what you want? On 6/21/07, ZalleCool <[EMAIL PROTECTED]> wrote: Hi there

Re: Chainsaw config problem

2007-06-21 Thread akshay kumar
Hi Paul, Got your point and thanks a ton for your suggestions. I used the specific logger and it is working. However, what this logger is doing, It is filtering logs from the chainsaw itself, 1) that means now my logs are not coming into chainsaw but it is directly going to the log file

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread ZalleCool
James Stauffer wrote: > > What does your custom appender do? Look at how AsnycAppender sends > its output to another Appender. > > DK: Sure. I will take a look. Thankx. > > DailyRollingFileAppender doesn't allow much variation between the > active and rolled filename. Can you give an examp

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread James Stauffer
DailyRollingFileAppender won't do that but you might be able to make a sub-class that would. On 6/21/07, ZalleCool <[EMAIL PROTECTED]> wrote: > DailyRollingFileAppender doesn't allow much variation between the > active and rolled filename. Can you give an example of what you want? > > DK: The

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread ZalleCool
ZalleCool wrote: > > > James Stauffer wrote: >> >> What does your custom appender do? Look at how AsnycAppender sends >> its output to another Appender. >> >> DK: I keep running into API spec. for the AsyncAppender for this, could >> you point me to an XML configuration for this. Thanks.

Re: Chainsaw config problem

2007-06-21 Thread akshay kumar
Hi t here, I got the solution about my 1st problem in which I have to put additivity= true. easy one ,i should have thought before asking..:( but how about 2nd one? regards, akshay kumar <[EMAIL PROTECTED]> wrote: Hi Paul, Got your point and thanks a ton for your suggestions. I used

Re: Log4j Appender Piping and Rollover

2007-06-21 Thread James Stauffer
Since you have a custom appender you can change its code to take the same type of config that AsyncAppender does. On 6/21/07, ZalleCool <[EMAIL PROTECTED]> wrote: ZalleCool wrote: > > > James Stauffer wrote: >> >> What does your custom appender do? Look at how AsnycAppender sends >> its outp