DatePattern question

2008-09-16 Thread Reza Razavipour
All, how do I set and get DatePattern attribute from a DailyRollingFileAppender, in code? Thanks Reza - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

log4j files and parsing and presentation

2008-09-16 Thread Reza Razavipour
All, I am tasked with writing a log4j file aggregator/viewer. Search criteria such as date ranges and etc... Any support for log4j file parsing? Combining a set of log files? Any pointers are appreciated. Thanks Reza - To

Re: log4j files and parsing and presentation

2008-09-16 Thread Paul Smith
Interesting, that's sort of what I was intending to do with my Apache Lab project called Pinpoint: http://svn.apache.org/repos/asf/labs/pinpoint/ The goal of that project is to be able to become a central logging repository. It has support to soak events via network sockets (Socket/

RE: log4j files and parsing and presentation

2008-09-16 Thread Scott Deboy
You can use Chainsaw V2 along with a LogFilePatternReceiver to view and aggregate log files. You can filter/search and colorize using the built-in expression syntax, which does support date ranges, but it's a bit verbose. Example: TIMESTAMP = '2008/09/08 09:41:23' TIMESTAMP = '2008/09/08

Re: log4j files and parsing and presentation

2008-09-16 Thread Paul Smith
On 17/09/2008, at 11:35 AM, Reza Razavipour wrote: Yes, this is a great tool. What I need to do is to do this programatically. So, the application, at any point in time, will have targets that have log4j log files. At user's request, which would be a get of all files, with some date/time

Re: log4j files and parsing and presentation

2008-09-16 Thread Reza Razavipour
Yes, this is a great tool. What I need to do is to do this programatically. So, the application, at any point in time, will have targets that have log4j log files. At user's request, which would be a get of all files, with some date/time constraints, the application will have to combine the log

no appenders could be found for logger, but I think I have set the classpath!

2008-09-16 Thread raybristol
Hi experts, I got a very common problem: no appenders could be found for logger I was search the answer online, I can see this is caused by not setting the log4j.xml (or properties) file in classpaths, however I think I set it, if I do each %CLASSPATH%, then I can see log4j.xml is in there, I