AW: DailyRollingFileAppender with filesize option

2003-09-25 Thread Bansemir, Carsten
Since this is almost a FAQ but an (real good) Answer is nowhere to find in the list-archive (yes, I searched it more than 1 times), i want to specify the question so that it's really an unanswered question: First some things to say: - there is an Implementation of a combined DailyRollingFileApp

RE: DailyRollingFileAppender with filesize option

2003-09-25 Thread Shapira, Yoav
Howdy, Here's a pointer: http://marc.theaimsgroup.com/?l=log4j-user&r=1&w=2 Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 25, 2003 11:07 AM >To: Log4J Users List >Subject: DailyRollingFileAppende

DailyRollingFileAppender with filesize option

2003-09-25 Thread shmittal
Has anyone already already created a RollingFileAppender which rolls at midnight and also if the filesize limit is exceeded ? Thanks for any pointers. Shuchi

RE: AsyncAppender ...

2003-09-25 Thread Ravindranath Yagatili Venkata
Hi Thomas, Thanks for the information. But WRT the question 2 what I meant was how does Log4J internally scale when there is low volume verses high volume and I know that it is thread safe. Is there some external configuration on how log4J scales or is it handled automatically? Thanks Rav

Test mailing list.

2003-09-25 Thread Clifton Craig
This is just a test to see if I'm on the Log4J mailing list. Sorry to have bother anyone. Clifton C. Craig Intelligent Computer Systems A division of Global Beverage Group [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTE

FallbackErrorHandler... help please!!

2003-09-25 Thread Sabitha
Hi, I am trying to use the FallBackErrorHandler but cannot seem to get it to work. Here is my log4j-config.xml file:

RE: AsyncAppender ...

2003-09-25 Thread Thomas Muller
| Hi, | | I am fairly new to Log4J and I have the following questions. | | By default if I use the ConsoleAppender or any other appender other | than AysncAppender, they are all synchronous. Correct? Yes. | 1. To use the appender in an aysnc way, I have to extend it from the | As

Re: Override values from log4j.properties on jvm command line?

2003-09-25 Thread Ceki Gülcü
At 04:25 PM 9/24/2003 -0700, Karr, David wrote: I have a log4j.properties file that has the default level of the root logger set to "INFO". When I run my application in my debugger, I'd typically like to set the default level to "DEBUG", but without having to change the properties file, and withou

RE: Plans for supporting a build in level of "trace"

2003-09-25 Thread Ceki Gülcü
At 05:05 PM 9/24/2003 -0500, Jensen, Jeff wrote: Having a new domains feature solve the "fixed list of types" issue(s) sounds great. Hopefully it is "cross-dimensional" to coordinate not only a "priority/level" but a "functional area" as well. "Functional area". Exactly. > -Original Messa

RE: Plans for supporting a build in level of "trace"

2003-09-25 Thread Ceki Gülcü
There is no documentation on log4j domains yet. However, a short spec will be written before coding. Domains will have an impact on the inner architecture of log4j, so prior documentation should help with the coding. At 05:50 PM 9/24/2003 -0400, Lutz Michael wrote: Is there a location where "l