Re: What is status of log4cxx and chainsaw

2008-03-06 Thread Dale King
It looks like I can get location info and MDC on an XMLSocketAppender if I use an XML configuration as follows to override the default XMLLayout, but you cannot do the same with a property file configuration: On Thu, Mar 6, 2008 at 9:57 PM, Dale King <[EMA

What is status of log4cxx and chainsaw

2008-03-06 Thread Dale King
What is the status of using Log4Cxx 0.10.0 RC2 with the current version of chainsaw? Here is my experience: - Reading an XMLLayout log file created by log4cxx, works perfectly including location information and MDC properties (when turned on in the layout). - Using an XMLSocketAppender wroks but I

Specify watchdog from config file

2008-03-06 Thread Dale King
I realize this is probably dictated by maintaining compatibility with Log4J, but thought I would mention. The feature where you can configure using properties file or XML file and it creates a watchdog that reconfigures on the fly when the file changes is great. The problem is that the only way to

2 issues found with 0.10.0-RC2

2008-03-06 Thread Dale King
I built using visual studio and ran into a couple of problems to report. OdbcAppender has unicode issues. There are 3 calls to SQL (SQLExecDirect, SQLDiagRec, and SQLDriverConnect) where the paramters are based on SQLCHAR. This doesn't work when building for Unicode as these functions really call