RE: fixedWindowRollingPolicy.setFileNamePattern

2008-07-10 Thread Eric Kolotyluk
ginal Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 8:42 PM To: Log4J Users List Subject: Re: fixedWindowRollingPolicy.setFileNamePattern Hi Eric, Eric Kolotyluk wrote: > OK, here's what I get when I try to build the extras. > > Cheers, Eric &g

Re: fixedWindowRollingPolicy.setFileNamePattern

2008-07-09 Thread Jacob Kjome
From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2008 10:31 PM > To: Log4J Users List > Subject: Re: fixedWindowRollingPolicy.setFileNamePattern > > Ok, well, I checked it out and used Maven 2.0.9 to build. I just typed > "mvn > install". It ra

RE: fixedWindowRollingPolicy.setFileNamePattern

2008-07-09 Thread Eric Kolotyluk
008 10:31 PM To: Log4J Users List Subject: Re: fixedWindowRollingPolicy.setFileNamePattern Ok, well, I checked it out and used Maven 2.0.9 to build. I just typed "mvn install". It ran all tests and built the binary in 2 minutes. What problem did you have? Are you missing repositories

Re: fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Jacob Kjome
; >> - Eric >> >> -Original Message- >> From: Jacob Kjome [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, July 08, 2008 8:29 AM >> To: Log4J Users List >> Subject: Re: fixedWindowRollingPolicy.setFileNamePattern >> >> See the rolling package i

Re: fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Jacob Kjome
org/log4net/mail-lists.html Jake > > Cheers, Eric > > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2008 8:29 AM > To: Log4J Users List > Subject: Re: fixedWindowRollingPolicy.setFileNamePattern > > See the r

Re: fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Jacob Kjome
--- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2008 8:29 AM > To: Log4J Users List > Subject: Re: fixedWindowRollingPolicy.setFileNamePattern > > See the rolling package in the Log4j "extras" companion... > > http://logging.apache.org/log4

RE: fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Eric Kolotyluk
Kjome [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 8:29 AM To: Log4J Users List Subject: Re: fixedWindowRollingPolicy.setFileNamePattern See the rolling package in the Log4j "extras" companion... http://logging.apache.org/log4j/companions/extras/index.html Jake On Tue, 8 Ju

RE: fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Eric Kolotyluk
t: Re: fixedWindowRollingPolicy.setFileNamePattern See the rolling package in the Log4j "extras" companion... http://logging.apache.org/log4j/companions/extras/index.html Jake On Tue, 8 Jul 2008 08:04:49 -0700 "Eric Kolotyluk" <[EMAIL PROTECTED]> wrote: > One of

Re: fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Jacob Kjome
dWindowRollingPolicy = new FixedWindowRollingPolicy(); fixedWindowRollingPolicy.setFileNamePattern("mylog%i.log"); fixedWindowRollingPolicy.setMaxIndex(9); fixedWindowRollingPolicy.setMinIndex(0); This way I only have to associate the file suffix '.log' once, with my favorite log file editor, and not

fixedWindowRollingPolicy.setFileNamePattern

2008-07-08 Thread Eric Kolotyluk
like to use FixedWindowRollingPolicy fixedWindowRollingPolicy = new FixedWindowRollingPolicy(); fixedWindowRollingPolicy.setFileNamePattern("mylog%i.log"); fixedWindowRollingPolicy.setMaxIndex(9); fixedWindowRollingPolicy.setMinIndex(0); This way I only have to associate the file suffix &