[Quickfix-developers] modifying filestore to log additional information
Brought to you by:
orenmnero
From: fopguy <ma...@tr...> - 2008-04-21 23:14:21
|
Hi everyone, I am trying to modify filestore to log additional information. Whenever I get a message, i want to log additional information. I was able to successfully modify the function FileStore::set(int msgseqnum, string msg) so that additional information gets printed to the log file. Unfortunately, this doesn't cut it. I actually need to pass this additional information to the application layer, so that I can retrieve it inside Application.cpp's fromApp function. Getting additional data in Filestore.cpp is too late. I'm not sure what the best way is to do this. I thought one way is to find calls to FileStore.set (aka when the string that gets logged is generated), modify that string, and then pass it up. But...I have 2 problems. 1) I don't see where FileStore.set gets called. and 2) I don't know if that is a reasonable way to do this. If someone could shed some knowledge on this, I would deeply appreciate it. thanks mark -- View this message in context: http://www.nabble.com/modifying-filestore-to-log-additional-information-tp16817483p16817483.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |