Re: log4j implementation question

2007-05-30 Thread Jacob Kjome
At 03:55 PM 5/30/2007, you wrote: >Hello, > >I'm using Tomcat 4.1.31 on my servers, and was looking to implement >log4j for additional logging capabilities and info. > >I've been reading this, but maybe it's a bit outdated or I'm not >following it correctly. > >http://www.onjava.com/pub/a/onjava/2

Re: java.lang.NoClassDefFoundError: org/apache/log4j/Appender Exception in thread "main"

2007-05-30 Thread Jacob Kjome
I'm not familiar with your execution environment, but it sounds like you've got multiple classloaders mucking things up. I can't say much more than that because I've never used "pro guard" nor "launch4j". Jake At 09:04 AM 5/30/2007, you wrote: >Hi, > >I am log4j user and now getting the fol

tail -f deletes logs? (WAS: problem reading logs)

2007-05-30 Thread newbro
I have errors using tail -f to read my log files. If I have the tail -f command running when the log is supposed to roll over (midnight) then it does not copy the log, but just truncates it. I lose a day's worth of logs. Has anyone else seen this? Any workaround? Not sure if this post was re

Re: Projects that use log4j?

2007-05-30 Thread Arthur Blake
yes. - Original Message From: "Propes, Barry L " <[EMAIL PROTECTED]> To: Log4J Users List Sent: Wednesday, May 30, 2007 5:12:45 PM Subject: RE: Projects that use log4j? and this can work in conjunction with Tomcat, I presume? -Original Message- From: Arthur Blake [mailto:[EMAIL

RE: Projects that use log4j?

2007-05-30 Thread Propes, Barry L
and this can work in conjunction with Tomcat, I presume? -Original Message- From: Arthur Blake [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 4:09 PM To: Log4J Users List Subject: Re: Projects that use log4j? Another alternative is the Simple Logging Facade for java, which fulfi

Re: Projects that use log4j?

2007-05-30 Thread Arthur Blake
Another alternative is the Simple Logging Facade for java, which fulfills the same role as Jakarta Commons Logging but is even simpler and gets around some tricky class loading issues that can occur in some configurations with JCL. I switched to SLF4J after experiencing significant problems wi

log4j implementation question

2007-05-30 Thread Propes, Barry L
Hello, I'm using Tomcat 4.1.31 on my servers, and was looking to implement log4j for additional logging capabilities and info. I've been reading this, but maybe it's a bit outdated or I'm not following it correctly. http://www.onjava.com/pub/a/onjava/2002/08/07/log4j.html?page=2 I downl

RE: Projects that use log4j?

2007-05-30 Thread Rich Adili
Log4j predates Sun's implementation by quite a bit so lots of projects use it. Most people prefer log4j's feature set but if all you need is rudimentary logging Sun's implementation has the advantage of simplicity. You might also look at the commons logging wrapper that provides compatibility with

Projects that use log4j?

2007-05-30 Thread Airline Pedestal
Hi, Is there a list of projects that use log4j posted somewhere? Also, is there a recent comparison why to use log4j vs Sun's logging? Thanks, A Ready for the edge of your seat? Check out ton

java.lang.NoClassDefFoundError: org/apache/log4j/Appender Exception in thread "main"

2007-05-30 Thread Laxmilal Menaria
Hi, I am log4j user and now getting the following exception while using in perl scripts. java.lang.NoClassDefFoundError: org/apache/log4j/Appender Exception in thread "main" [Wed May 30 06:58:43 2007] my.pl: print() on closed filehandle ERRLOG at my.pl line 111. [Wed May 30 06:58:43 2007] my.pl:

Threadlogging

2007-05-30 Thread Daniel Abrecht
Can i configure Log4j that i get for eacht java-thread a log file? -- View this message in context: http://www.nabble.com/Threadlogging-tf3840256.html#a10873317 Sent from the Log4j - Users mailing list archive at Nabble.com. -