Release date for log4j 2.17.2?

2022-02-09 Thread Steve Souza
Does anyone know the date or approximate date for the release of 2.17.2? We are trying to get rid of log4j 1.x usage in various products by using the log4j2 bridge. One of the products is Pentaho spoon. The Pentaho vendor is working on their code to get rid of log4j 1.x dependencies, but they do

Re: Writing logs to several files

2007-08-11 Thread Steve Souza
I don't know how to write to different files. However you can use the jamon appender to 'tail' the most recent log4j messages at the different levels via seperate sortable/searchable web pages. More on the JAMonAppender 1) Count the each total number of calls to the log4j levels (DEBUG/INFO/WARN

Re: JUnit testing of output logged with log4j?

2007-06-23 Thread Steve Souza
JAMon can keep aggregate stats for your messages (error/fatal/warn/info/debug and more), and you could test to ensure errors did not occur with JUNit against the jamon data. for more on jamon you can go to www.jamonapi.com. For more on how jamon works with log4j (no code changes are required.

Creating a SocketReceiver in log4j 1.2.15

2007-06-09 Thread Steve Souza
I am interested in creating a Server for log4j that receives logging messages from any multiple other servers (other servers are remote jvm's that are also running log4j). Sort of a centralized logging receiver, that will 1) Use JAMon to track counts of logging messages by server and by level (se

Re: help in deploying chainsaw V2 in the browser

2007-06-08 Thread Steve Souza
The JAMonAppender will allow you to look at a 'tail' of your log in a browser, as well as summary stats related to log messages of various Levels. It can also do more than this. Here is a link that contains screensnapshots of what these web viewer pages look like as well as other info. Setting

Re: Great product like log4j stagnant?

2007-06-05 Thread Steve Souza
w and a responder to my email stated much of the features of 1.3 have been moved into 1.2.15 and will be released in a couple days. On 6/5/07, Wayne Cannon <[EMAIL PROTECTED]> wrote: In a different thread, Steve Souza said that log4j development had stagnated (my words, not his, re versio

Re: Logging - What good is it ?

2007-06-05 Thread Steve Souza
TED]> wrote: On Jun 4, 2007, at 7:44 PM, Steve Souza wrote: > < on the log4j-dev list since early April has dealt with the fate of > log4j 1.3.>> > Not sure who controls the website, but that direction should be > updated on > the site as currently it indicates log4j 1.3 is

Re: Logging - What good is it ?

2007-06-04 Thread Steve Souza
Thanks for you help by the way :) On 6/4/07, Steve Souza <[EMAIL PROTECTED]> wrote: <> Not sure who controls the website, but that direction should be updated on the site as currently it indicates log4j 1.3 is the future. Not everyone is on this mailing list. <> Where i

Re: Logging - What good is it ?

2007-06-04 Thread Steve Souza
s link: http://archive.apache.org/dist/logging/log4j/ If not what is the proper link to look at the current state of development for the log4j project? On 6/4/07, Curt Arnold <[EMAIL PROTECTED]> wrote: On Jun 4, 2007, at 5:44 PM, Steve Souza wrote: > I am interested in using a Log4j 1

Re: Logging - What good is it ?

2007-06-04 Thread Steve Souza
ity is that it's a pretty common seperation of labor in large organizations that are concerned about security. As a developer it is still pretty frustrating though. :) Application Architect [EMAIL PROTECTED] -Original Message- From: Steve Souza [mailto:[EMAIL PROTECTED] Sent: Sunday, June

Re: Logging - What good is it ?

2007-06-03 Thread Steve Souza
I forgot to mention I have updated the log4j wiki with this information. http://wiki.apache.org/logging-log4j/Log4jRelatedResources On 6/3/07, Steve Souza <[EMAIL PROTECTED]> wrote: I just released JAMon 2.6 today, and as mentioned in this thread it has a log4j tie-in. The primary fo

Re: Logging - What good is it ?

2007-06-03 Thread Steve Souza
ease add a link to JAMon in the Log4j Wiki. It sounds very useful! http://wiki.apache.org/logging-log4j/Log4JProjectPages Jake On Thu, 31 May 2007 12:39:29 -0400 "Steve Souza" <[EMAIL PROTECTED]> wrote: > I am the author of the open source monitoring tool JAMon available

Re: separate log file for each thread

2007-06-01 Thread Steve Souza
I suspect with the new JAMonAppender you could do a pattern layout that only has the thread in it, and then you would be able to create a buffer that would allow you to display in a buffer from a web page the most recent N log messages from each thread. You could also use this to write each log m

Re: Logging - What good is it ?

2007-05-31 Thread Steve Souza
I am the author of the open source monitoring tool JAMon available at http://www.jamonapi.com. I have just written a log4j appender that passes all log messages through to JAMon which allows for a couple nice things to happen. It will allow you to 'tail' your logs in real time and view them from