AW: Name of rolled over files

2002-09-23 Thread Auinger, Thomas
2 16:45 > An: Log4J Users List > Betreff: RE: Name of rolled over files > > > No objections, you're absolutely right! > > -- > > Thomas > > > | -Original Message- > | From: Auinger, Thomas [mailto:[EMAIL PROTECTED]] > | Sent: 23 September 200

AW: Name of rolled over files

2002-09-23 Thread Auinger, Thomas
t; this issue will > be taken care of as well, but for an intermediate period it > should work > fine. > > -- > > > Thomas > > > | -Original Message- > | From: Auinger, Thomas [mailto:[EMAIL PROTECTED]] > | Sent: 23 September 2002 10:29 > | T

Name of rolled over files

2002-09-23 Thread Auinger, Thomas
Hello, I had a look at the source code of RollingFileAppender and it seems, that the file names for the rolled over files are constructed inside the rollOver() method. Since our project requires the rolled over files to follow some certain naming conventions, I wonder if it is planned to create

AW: AW: Limit for files created

2002-07-23 Thread Auinger, Thomas
RollingFileAppender rfa = new ...; rfa.setMaximumFileSize(Long.MAX_VALUE); I guess 2^63 - 1 bytes is enough? ;) > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 23. Juli 2002 17:37 > An: Log4J Users List > Betreff: Re: AW: Limit for

AW: Limit for files created

2002-07-23 Thread Auinger, Thomas
from the DOCUMENTATION of RollingFileAppender: "public void setMaxBackupIndex(int maxBackups) Set the maximum number of backup files to keep around. The MaxBackupIndex option determines how many backup files are kept before the oldest is erased. This option takes a positive integer value. If

AW: Multiple logger hierarchies / subclassing category?

2002-07-23 Thread Auinger, Thomas
Valley Centre, Gordon Road, > High Wycombe, Bucks, HP13 6EQ. > > > > > -Original Message- > From: Auinger, Thomas [mailto:[EMAIL PROTECTED]] > Sent: 2002 07 23 09:37 > To: '[EMAIL PROTECTED]' > Subject: Multiple logger hierarchies / subcl

Multiple logger hierarchies / subclassing category?

2002-07-23 Thread Auinger, Thomas
Hello, I currently work for a project which involves server side logging of client requests. Clients are uniquely identified by a client id. Our customer demands different logging 'coverage' depending on the client id: client "c1": com --- mycompany --- util [ERROR]