Re: [Fwd: Re: Logging Strategy/best practice]

2005-07-30 Thread Raymond DeCampo
Raymond DeCampo wrote: Anybody know if the claims below have any merit? This is from a post on comp.lang.programmer. Thanks, Ray Thanks for the feedback guys. BTW, the post was from comp.lang.programmer.java, not comp.lang.programmer as I indicated above. Thanks, Ray

[Fwd: Re: Logging Strategy/best practice]

2005-07-29 Thread Raymond DeCampo
Anybody know if the claims below have any merit? This is from a post on comp.lang.programmer. Thanks, Ray Original Message Subject: Re: Logging Strategy/best practice Date: Fri, 29 Jul 2005 10:06:24 +0300 From: A_Wieminer <[EMAIL PROTECTED]> Organization: Elisa Internet custo

Re: 1.2.11rc3 build

2005-06-03 Thread Raymond DeCampo
Mark Womack wrote: The 1.2.11rc3 build is available at: http://people.apache.org/~mwomack/log4j-1.2.11rc3/ I believe that I have done as much as I can do for issue #8 without some major changes to the build file etc. This build is at least as good as previous 1.2.X builds. I have run all of

Re: JUnit Errors in 1.2.11 build

2005-06-02 Thread Raymond DeCampo
Curt Arnold wrote: On Jun 2, 2005, at 12:33 AM, Mark Womack wrote: I am running the test cases against the 1.2.11 code, and the minimum case fails right off the bat: Minimum: [junit] Running org.apache.log4j.MinimumTestCase [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed:

Re: slf4j and log4j

2005-05-03 Thread Raymond DeCampo
Curt Arnold wrote: On May 4, 2005, at 12:33 AM, Raymond DeCampo wrote: Mark Womack wrote: Endre, So, besides the trace level being put into the 1.2 branch, what other features are important that you feel we are not doing? This wasn't directed at me, but I would like to see bug 31056 fixed:

Re: slf4j and log4j

2005-05-03 Thread Raymond DeCampo
Mark Womack wrote: Endre, So, besides the trace level being put into the 1.2 branch, what other features are important that you feel we are not doing? This wasn't directed at me, but I would like to see bug 31056 fixed: http://issues.apache.org/bugzilla/show_bug.cgi?id=31056 Other bugs I'd like to

Re: DO NOT REPLY [Bug 31056] - (PATCH) Console appender doesn't notice changes to System.out/System.err

2005-04-06 Thread Raymond DeCampo
Paul Smith wrote: I have read this report and the proposed patch. I am sympathetic to the problem, but something doesn't feel quite right yet, and I'm still mulling it over in my brain. The company I work for has just moved offices, and so we're a bit all over the place at the moment, so I hav

Re: DO NOT REPLY [Bug 31056] - (PATCH) Console appender doesn't notice changes to System.out/System.err

2005-03-31 Thread Raymond DeCampo
[EMAIL PROTECTED] wrote: --- Additional Comments From [EMAIL PROTECTED] 2005-03-28 01:13 --- This bug causes lost output when log4j, ANT and JUnit are used to run tests. Since the ANT task captures System.out and System.err in its XML result files, the best way to keep the logging stateme

Re: [POLL] a 1.2.9 release?

2004-10-31 Thread Raymond DeCampo
Ceki, What about the Priority class? Aren't there similar problems there? Also, will anything else be in the 1.2.9 version (relative to 1.2.8)? Thanks, Ray - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: JDK 1.2 Compilation problems

2004-05-23 Thread Raymond DeCampo
Ceki Gülcü wrote: At 11:46 PM 5/21/2004, Raymond DeCampo wrote: Ceki Gülcü wrote: Other errors included the usage of the javax.rmi.PortableRemoteObject class which is not part of JDK 1.2. This problem affects only the o.a.l.db.JNDIConnectionSource class. Ceki, The PortableRemoteObject class

Re: JDK 1.2 Compilation problems

2004-05-21 Thread Raymond DeCampo
Ceki Gülcü wrote: Other errors included the usage of the javax.rmi.PortableRemoteObject class which is not part of JDK 1.2. This problem affects only the o.a.l.db.JNDIConnectionSource class. Ceki, The PortableRemoteObject class should be available in J2EE distributions or RMI/JNDI distributions.

Re: Oracle.sql incorrect

2004-05-13 Thread Raymond DeCampo
James Stauffer wrote: Ceki is correct INTEGER doesn't need to be changed to NUMBER(10). Also I think my trigger still isn't correct. I'll check. It has been my experience with Oracle that "INTEGER" doesn't mean integer. That is, "INTEGER" is mapped to NUMBER (without adornments). A NUMBER w

Re: Oracle.sql incorrect

2004-05-13 Thread Raymond DeCampo
Ceki Gülcü wrote: At 02:47 PM 5/12/2004, James Stauffer wrote: It appears the only thing wrong with the trigger is that it needs "/" on the line right after it ends. What's with the "/" voodoo? :-) "/" is used in sqlplus to execute all the lines in the current buffer. Using certain commands i

Re: Logging stack trace to a Database

2004-05-06 Thread Raymond DeCampo
James, Please see the PreparedStatementAppender class available in the log4j-sandbox via CVS at apache.org. It does support logging the stack trace to the database. Ceki has indicated that some form of this class will likely be included in log4j version 1.3. Now will be a good time for you t

Re: PreparedStatementAppender vs. JDBCAppenderPlus

2004-04-26 Thread Raymond DeCampo
Scott Deboy wrote: Here are my comments: 1 - We should leave in support for configurable column names. There are folks out there already writing logging events to tables - and likely using this table or tables as a common logging infrastructure in their enterprise across systems. Allowing JDBCAp

Re: JDBCReceiver - move from sandbox to core?

2004-04-20 Thread Raymond DeCampo
Ceki Gülcü wrote: Hi Scott, Will you be improving JDBCAppender in any way? I have been quite unhappy with it in the past but have not had a chance to work on it for a long time... Ceki, I'd like to propose the PreparedStatementAppender as a replacement for JDBCAppender, even if it is tooting

Re: NDC enhancements

2004-03-26 Thread Raymond DeCampo
Committers please read. Raymond DeCampo wrote: Hello all, A while ago I led a discussion concerning NDC enhancements on this list. I was concerned by the need to call NDC.remove(), in particular in J2EE environments where threads are controlled by the application server and not the

NDC enhancements

2004-03-13 Thread Raymond DeCampo
Hello all, A while ago I led a discussion concerning NDC enhancements on this list. I was concerned by the need to call NDC.remove(), in particular in J2EE environments where threads are controlled by the application server and not the application. At time I thought I had established a consen

Re: NDC.remove() and throughput in J2EE

2004-02-19 Thread Raymond DeCampo
zze-ironman LIGNE E ext DvSI/SIReS/GRE wrote: Just modified NDC so as it uses a ThreadLocal as ht instead of a Hashtable with the threads as keys. This acts functionally equivalent, but no longer need for lazy-references removal (lazyRemove method) as ThreadLocals are garbaged when threads are ter

Re: [PATCH] add 'timeStampFormat' property to HTMLLayout

2004-01-07 Thread Raymond DeCampo
Paul Smith wrote: On Thu, 2004-01-08 at 08:16, Bauer, Paul-Michael wrote: Sorry and Thank you. I'd like to propose an enhancement to org.apache.log4j.HTMLLayout. The current version prints the difference in milliseconds between an event's timestamp and the application start time. Thank you for

Re: NDC

2004-01-04 Thread Raymond DeCampo
Ceki Gülcü wrote: I am resending my previous message as it contained some errors. Are there situations where automatic NDC or MDC inheritance by child threads is inappropriate? I am sure there are although I know of no specific examples at this time. For MDC, the choice was made for automatic inhe

NDC

2003-12-24 Thread Raymond DeCampo
I was getting ready to tidy up my changes to the NDC code and submit them, when I realized that I had slightly changed the behavior of the class with respect to threads and inheritance. Currently the NDC class requires the client to explicitly make some method calls for a child thread to inherit th