Hi Folks, [I am using the C++ API talking to a C++ qpid broker 0.6]
My application that uses qpid, prints errors to stderr (for example, when a connection to the qpid server fails), and I'd like to control/customize where the output is sent to. I understand the use of environment variables (on the client) like QPID_LOG_TO_FILE, QPID_LOG_SOURCE etc But I'd like to control this programmatically in my app, ideally by overriding some class/member function and instead redirect the log messages to use my application's existing logging functions. If not, at least, I would like to suppress output to stderr, and instead direct it to a specific file. Could someone point me to how I could go about doing this? Thanks, --Shailesh
