MySql Appender

2005-09-13 Thread Josh Clark
This one is probably only of use to me, but maybe someone else will need it... Our application stores its data in a MySql database.  We can't install the MySql odbc driver on each computer that uses our product so we are forced to use the MySql client library.  So, to be able to log to our databas

Fixes for ODBCAppender

2005-09-13 Thread Josh Clark
I noticed the ODBC appender wasn't working and I needed it so I fixed the bugs with it. The attached patch file for build.xml also includes a property called "use-odbc" that will define LOG4CXX_HAVE_ODBC so that odbc support will be compiled in. The other files are patches to the source.  I didn

Compiler option changes...

2005-09-13 Thread Josh Clark
Hopefully this is the correct forum to post this.  I'm new to the cvs/patch thing, so let me know if there's a better way to do this... I build log4cxx as a static library that I link into my own logging dll.  In debug builds (on Windows using VC 2003) of my dll, I would get warnings complaining t