Currently I am using a 'DailyFileAppender' that will log messages on a daily
basis; using the org.log4j ( and helpers ) package. What I am looking to do
is to have a 'JDBCAppender' that will use this same environment ( org.log4j
NOT org.apache.log4j ) and also to use some sort of Data Sourcing instead of
hard coding the userID, password, dbURL, etc... For the time being I will be
hard-coding this information; but my main problem is using the current
environment and just swapping out 'DailyFileAppender' in my properties file
to use a 'JDBCAppender' (plus specifying the SQL stmt). Has anybody tried
this sort of environment; the current 'JDBCAppender' written by Thomas
Fenner uses the org.apache.log4j components? I will have multiple
categories, some using DailyFileAppender and others I would like to use the
'JDBCAppender' with a setup that resembles the DailyFileAppender...

Any information would be appreciated....

Tommy

-----Original Message-----
From: Fenner, Thomas [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 15, 2001 2:07 PM
To: 'Ceki Gülcü'
Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]';
'[EMAIL PROTECTED]'; Komoll, Oliver
Subject: JDBCAppender upgraded to Log4J 1.1.2



Dear Ceki,

we decided to upgrade our JDBCAppender to make it compatible to the new
version of Log4J 1.1.2

There are also several code changes and further features included, because
we got a lot of response ...


Thanks to all whose tested our previous version. I guess your response has
brought the JDBCAppender now on the right way ... ;)


Here it is :

 <<JDBCLog.jar>> 
Our ressource http://support.klopotek.de/log4j/jdbc/index.html will be
updated on monday ...

:-) Thomas Fenner ([EMAIL PROTECTED])

*****************************************************************
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning the e-mail to the originator.    

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to