re-routing of System.out to SWING component

2007-06-20 Thread Thorsten Möller
Hello, I'm using Log4J combined with Apache commons.logging in my application and want to capture everything that is written to System.out to a SWING text area component. This means the "flow" would be as follows. Somewhere in the code there are usual logging statements: logger.info("foo"); V

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

2007-06-20 Thread Curt Arnold
On Jun 20, 2007, at 12:09 PM, Thorsten Möller wrote: Hello, I'm using Log4J combined with Apache commons.logging in my application and want to capture everything that is written to System.out to a SWING text area component. This means the "flow" would be as follows. Somewhere in the code

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