AW: log4j and console progress bars

2007-03-28 Thread Wyss Patrick
TECTED] > Gesendet: Mittwoch, 28. März 2007 19:14 > An: Log4J Users List > Betreff: Re: log4j and console progress bars > > > log4j doesn't replace the standard System.out and System.err. Are you > running in an app server? If you use ConsoleAppender then log4j will > write to

RE: log4j and console progress bars

2007-03-28 Thread Desjardins, Daren
on how to still perform direct output (without newlines)? From: Blok, Eelke [mailto:[EMAIL PROTECTED] Sent: Tue 3/27/2007 11:35 PM To: Log4J Users List Subject: RE: log4j and console progress bars Hi Daren, It may be possible to get log4j to do this, but it

Re: log4j and console progress bars

2007-03-28 Thread James Stauffer
o you have suggestions on how to still perform direct output (without newlines)? From: Blok, Eelke [mailto:[EMAIL PROTECTED] Sent: Tue 3/27/2007 11:35 PM To: Log4J Users List Subject: RE: log4j and console progress bars Hi Daren, It may be possible to get log4j to d

RE: log4j and console progress bars

2007-03-27 Thread Blok, Eelke
erate that progress bar yourself (I'm sure a quick Google will go a long way in providing the answer). Good luck, Eelke -Original Message- From: Desjardins, Daren [mailto:[EMAIL PROTECTED] Sent: woensdag 28 maart 2007 3:51 To: log4j-user@logging.apache.org Subject: log4j and console pro

log4j and console progress bars

2007-03-27 Thread Desjardins, Daren
I have been trying to find how to configure log4j such that a console app can print out a progress bar as a long running task progresses. Ideally it would be something of the form "Progress: 12%" and percentage would increment on the same line, not printing a new line for every increment. Unfor