RE: Anyone remeber LogFactor5 ?

2002-10-11 Thread Whiting, Jeremy
Thanks Thomas. -Original Message- From: Thomas Muller [mailto:[EMAIL PROTECTED]] Sent: 11 October 2002 11:25 To: Log4J Users List Subject: RE: Anyone remeber LogFactor5 ? It's included in Log4j now. See package org.apache.log4j.lf.* under the source directory. -- Thomas | -Origin

RE: Anyone remeber LogFactor5 ?

2002-10-11 Thread Thomas Muller
It's included in Log4j now. See package org.apache.log4j.lf.* under the source directory. -- Thomas | -Original Message- | From: Whiting, Jeremy [mailto:[EMAIL PROTECTED]] | Sent: 11 October 2002 11:18 | To: '[EMAIL PROTECTED]' | Subject: Anyone remeber LogFactor5 ? | | | Hi, | I'm try

Anyone remeber LogFactor5 ?

2002-10-11 Thread Whiting, Jeremy
Hi, I'm trying to find a download for LogFactor5. The commercial company www.servidium.com has folded and the code donated to apache. However, I cannot find a download link on apache. Does anyone out there have a copy of the jar libraries or link to these ? Thanks, Jeremy Whiting ---

Re: ERROR in log4j 1.2.6

2002-10-11 Thread Ceki Gülcü
Are you using Thread.interrupt to kill your threads? At 09:03 11.10.2002 -0300, you wrote: >I am using Log4j 1.2.6 in a multithreaded program, and it gave me >the exception below a couple of times. > >My configuration is: >Solaris VM (build Solaris_JDK_1.2.2_07, native threads, sunwjit) >SunOS

Re: Newbie help

2002-10-11 Thread sk k
Here is the link for some sample tutorials/documentation on how to setup log4j and different features. http://jakarta.apache.org/log4j/docs/documentation.html Also, here is a sample too --- #Root log4j.rootCategory=DEBUG,dest1 #Category1 log4j.category.TestLogger1=INFO,

Re: Newbie help

2002-10-11 Thread sk k
Here is the link for some sample tutorials/documentation on how to setup log4j and different features. http://jakarta.apache.org/log4j/docs/documentation.html Also, here is a sample too --- #Root log4j.rootCategory=DEBUG,dest1 #Category1 log4j.category.TestLogger1=INFO,

ERROR in log4j 1.2.6

2002-10-11 Thread Eduardo Issao Ito
I am using Log4j 1.2.6 in a multithreaded program, and it gave me the exception below a couple of times. My configuration is: Solaris VM (build Solaris_JDK_1.2.2_07, native threads, sunwjit) SunOS csux034 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-Enterprise-1 Someone knows what is th

RE: Newbie help

2002-10-11 Thread Thomas Muller
| I'm trying to get my jsp to work with log4j, I need to know how to set | up the log4j properties file to log to a file. | Can someone provide a example ? Thanks. http://jakarta.apache.org/log4j/docs/manual.html -- Thomas ***