JDBCAppender update

2001-06-05 Thread Kevin
I spent a lot of time yesterday updating my JDBCAppender. Looks like that was appropriate timing. The new version of my appender has bean-like get/set methods (plus the now deprecated setOption methods). Setting a database driver is a new option. Most valuably though I've made the sql setting mu

RE: JDBCAppender update

2001-06-05 Thread Emricko Thomas E
Thanks Kevin! This worked out perfect, I was able to write to database without a problem... -Original Message- From: Kevin [mailto:[EMAIL PROTECTED]] Sent: Friday, June 05, 2020 12:13 PM To: [EMAIL PROTECTED] Subject: JDBCAppender update I spent a lot of time yesterday updating my

Re: JDBCAppender update

2001-06-08 Thread Ceki Gülcü
Hi, Is the new JDBCAppender available to the wider public? Ceki At 09:12 05.06.2020 -0700, you wrote: >I spent a lot of time yesterday updating my JDBCAppender. >Looks like that was appropriate timing. > >The new version of my appender has bean-like get/set methods >(plus the now deprecated set

Re: JDBCAppender update

2001-06-08 Thread Kevin
I'm not sure I understand the question really but it is supposed to be an update to the JDBCAppender I've already contributed -- so it belongs to ASF and should replace that earlier class (please could you do that Ceki?). I haven't mentioned it outside of the Log4J list if that's what you mean.

Re: JDBCAppender update

2001-06-08 Thread Ceki Gülcü
Kevein, Sure. I could replace the earlier class if I had the newer version. :-) That was the essence of my previous question. Can you post it? Ceki At 01:22 08.06.2001 -0700, you wrote: >I'm not sure I understand the question really but it is supposed to be an >update to the JDBCAppender I've a

Re: JDBCAppender update

2001-06-08 Thread Kevin
It should have been attached (at least one person got it) I'll inline it here -- hopefully Netscrape won't kill the format too badly: package org.apache.log4j.varia; import org.apache.log4j.*; import org.apache.log4j.spi.*; import org.apache.log4j.PatternLayout; import org.apache.log4j.helper

Re: JDBCAppender update

2001-06-21 Thread Thomas Kuruvilla
Hi, Is it possible to configure the JDBC appender thru the log4j xml config file like other appenders instead of a property file ? thanks ~thomas __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.ya

Re: JDBCAppender update

2001-06-22 Thread Kevin Steppe
I haven't tried it but it should be. All the configuration 'work' is done by the configuration classes in the Log4J framework, so as long as the appender has the appropriate get/set methods and the config file addresses those then it should work 'out of the box' so to speak. Thank Ceki for a pro