RE: RollingFileAppender

2005-03-18 Thread Jason Roscoe
d run the commands that were recommended. It doesn't address your issue directly but gives you more tools to help. On Thu, 17 Mar 2005 09:26:08 -0500, Jason Roscoe <[EMAIL PROTECTED]> wrote: > What will this give me? I downloaded this and added usr/bin/wbin to my > window

RE: RollingFileAppender

2005-03-17 Thread Jason Roscoe
Category.class" > > Note: the double quotes ("") are necessary. > > Mike > > > -Original Message- > > From: Jason Roscoe [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 16, 2005 11:54 AM > > To: 'Log4J Users List' >

RE: RollingFileAppender

2005-03-16 Thread Jason Roscoe
Windows try: jar -tf log4j-1.2.9.jar | find "Category.class" Note: the double quotes ("") are necessary. Mike > -Original Message----- > From: Jason Roscoe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 11:54 AM > To: 'Log4J Users Lis

RE: RollingFileAppender

2005-03-16 Thread Jason Roscoe
4J Users List Subject: RE: RollingFileAppender On Windows try: jar -tf log4j-1.2.9.jar | find "Category.class" Note: the double quotes ("") are necessary. Mike > -Original Message- > From: Jason Roscoe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16

RE: RollingFileAppender

2005-03-16 Thread Jason Roscoe
do with my windows classpath missing something? -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 12:34 PM To: Log4J Users List Subject: Re: RollingFileAppender On Mar 16, 2005, at 8:12 AM, Jason Roscoe wrote: > > I tried using 1.2.9 (stable

RE: RollingFileAppender

2005-03-16 Thread Jason Roscoe
Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 12:34 PM To: Log4J Users List Subject: Re: RollingFileAppender On Mar 16, 2005, at 8:12 AM, Jason Roscoe wrote: > > I tried using 1.2.9 (stable) and I was able to get the > RollingFileA

RE: RollingFileAppender

2005-03-16 Thread Jason Roscoe
CTED] Sent: Tuesday, March 15, 2005 4:26 PM To: Log4J Users List Subject: Re: RollingFileAppender On Mar 15, 2005, at 2:58 PM, Jason Roscoe wrote: > > We are using log4j 1.3 Alpha 3, so what all will I need to do? > I was hoping the analysis would get you off and running by yourself.

RE: RollingFileAppender

2005-03-15 Thread Jason Roscoe
We are using log4j 1.3 Alpha 3, so what all will I need to do? -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 3:57 PM To: Log4J Users List Subject: Re: RollingFileAppender On Mar 15, 2005, at 2:21 PM, Jason Roscoe wrote: > > I am

RollingFileAppender

2005-03-15 Thread Jason Roscoe
I am brand spanking new to log4j. I have the following configuration file: # Set root category priority to DEBUG and set its only appender to Console log4j.rootCategory=DEBUG, Console, R # Console is set to be a ConsoleAppender (writes to system console). log4j.appender.Console=org.apac