cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/plugins PluginRegistry.java

2003-06-10 Thread mwomack
mwomack 2003/06/10 23:37:45 Added: src/java/org/apache/log4j/plugins PluginRegistry.java Log: Added a new version of PluginRegistry that implements getPlugins methods. Revision ChangesPath 1.1 jakarta-log4j-sandbox/src/java/org/apache/log4j/plugins/Plu

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/plugins - New directory

2003-06-10 Thread mwomack
mwomack 2003/06/10 23:36:47 jakarta-log4j-sandbox/src/java/org/apache/log4j/plugins - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-log4j-sandbox build.xml

2003-06-10 Thread mwomack
mwomack 2003/06/10 22:57:50 Modified:.build.xml Log: Added helpers package to styled-files list. Revision ChangesPath 1.9 +1 -0 jakarta-log4j-sandbox/build.xml Index: build.xml ===

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/helpers LoggerTraverse.java

2003-06-10 Thread mwomack
mwomack 2003/06/10 22:57:14 Modified:src/java/org/apache/log4j/helpers LoggerTraverse.java Log: Jalopy-ized, checkstyle'd version. Revision ChangesPath 1.2 +119 -85 jakarta-log4j-sandbox/src/java/org/apache/log4j/helpers/LoggerTraverse.java Index: LoggerTrav

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/helpers LoggerTraverse.java

2003-06-10 Thread mwomack
mwomack 2003/06/10 22:39:16 Added: src/java/org/apache/log4j/helpers LoggerTraverse.java Log: Added LoggerTraverse, a rough helper class that can be used to traverse Loggers in a LoggerRepository and query their current level value. Revision ChangesPath 1.1

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/helpers - New directory

2003-06-10 Thread mwomack
mwomack 2003/06/10 22:38:15 jakarta-log4j-sandbox/src/java/org/apache/log4j/helpers - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PreparedStatementAppender

2003-06-10 Thread Mark Womack
I neglected mentioning thanks to Ray for submitting the code. It is much appreciated. -Mark - Original Message - From: "Mark Womack" <[EMAIL PROTECTED]> To: "Log4J Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 10:02 PM Subject: Re: PreparedStatementAppender > This

Re: PreparedStatementAppender

2003-06-10 Thread Mark Womack
This is now in the sandbox. I like the overall design, especially the connections abstraction. Interested jdbc users/proponents should take a close look. -Mark - Original Message - From: "Mark Womack" <[EMAIL PROTECTED]> To: "Log4J Developers List" <[EMAIL PROTECTED]> Sent: Sunday, Jun

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/jdbc UrlConnectionSource.java PreparedStatementSource.java PreparedStatementParameter.java PreparedStatementAppender.java JNDIConnectionSource.java ConnectionSource.java

2003-06-10 Thread mwomack
mwomack 2003/06/10 21:58:18 Added: src/java/org/apache/log4j/jdbc UrlConnectionSource.java PreparedStatementSource.java PreparedStatementParameter.java PreparedStatementAppender.java JNDICon

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw LogUI.java

2003-06-10 Thread psmith
psmith 2003/06/10 16:10:58 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: fixed bug when the user clears the current log panel, the status bar still reported a particular chosen line. Revision ChangesPath 1.92 +1 -0 jakarta-log4j-sandbox/src/ja

RE: LoggingEvent - equals, hashcode?

2003-06-10 Thread Paul Smith
Will a .contains(...) check be a performance bottleneck? In a list, this usually means a scan of the entire list... Paul > -Original Message- > From: Scott Deboy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 10 June 2003 6:12 AM > To: Log4J Developers List > Subject: RE: LoggingEvent - equa

RE: FW: Rotating catalina.out.

2003-06-10 Thread Ceki Gülcü
At 04:22 PM 6/10/2003 -0400, you wrote: Howdy, >Right, but logrotate is not a project is it? Not at this time. I was looking for opinions on whether file rotation (in java) should be a project -- I guess the answer is no ;) The really important question is whether you think file rotation in jav

RE: FW: Rotating catalina.out.

2003-06-10 Thread Shapira, Yoav
Howdy, >Right, but logrotate is not a project is it? Not at this time. I was looking for opinions on whether file rotation (in java) should be a project -- I guess the answer is no ;) >Although not proof the following provides an indication: > >http://marc.theaimsgroup.com/?l=tomcat-dev&m=1051

Re: FW: Rotating catalina.out.

2003-06-10 Thread Jacob Kjome
Hi Ceki, At 09:59 PM 6/10/2003 +0200, you wrote: It seems to me that log rotation is too small a scope for any project. Moreover, I was under the impression that T5 was going to use log4j directly. Where did you hear that?  Based on build of the recent CVS of Tomcat5, commons-logging seems to be

RE: FW: Rotating catalina.out.

2003-06-10 Thread Ceki Gülcü
At 04:05 PM 6/10/2003 -0400, you wrote: Howdy, >It seems to me that log rotation is too small a scope for any project. I was thinking general file rotation, but logs are the primary application indeed. I was also thinking if it wasn't small enough for the apache folks to write in C (or whatever

RE: FW: Rotating catalina.out.

2003-06-10 Thread Shapira, Yoav
Howdy, >It seems to me that log rotation is too small a scope for any project. I was thinking general file rotation, but logs are the primary application indeed. I was also thinking if it wasn't small enough for the apache folks to write in C (or whatever rotatelogs is written in), it's not sma

Re: FW: Rotating catalina.out.

2003-06-10 Thread Ceki Gülcü
It seems to me that log rotation is too small a scope for any project. Moreover, I was under the impression that T5 was going to use log4j directly. At 02:01 PM 6/10/2003 -0400, you wrote: Howdy, I just posted this to the tomcat-user mailing list. Over there, several users now and in the past h

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw AbstractChainsawTableModel.java ChainsawCyclicBufferTableModel.java ColorDisplaySelector.java LogUI.java WelcomePanel.java

2003-06-10 Thread sdeboy
sdeboy 2003/06/10 12:38:19 Modified:src/java/org/apache/log4j/chainsaw AbstractChainsawTableModel.java ChainsawCyclicBufferTableModel.java ColorDisplaySelector.java LogUI.java WelcomePanel.ja

FW: Rotating catalina.out.

2003-06-10 Thread Shapira, Yoav
Howdy, I just posted this to the tomcat-user mailing list. Over there, several users now and in the past have asked for the catalina.out (tomcat's default System.out / System.err destination) file to be rotated on a regular basis. One person suggested using Apache's rotatelogs (http://httpd.apac