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
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'
>
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
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
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
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
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.
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
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