[Quickfix-developers] FileLog not getting created
Brought to you by:
orenmnero
From: lukas41 <mar...@gm...> - 2008-04-22 18:23:26
|
Hi guys, I'm new to quickfix. This forum had been very useful, and I would like to thank everyone in advance. I was able to run quickfix's example applications, such as ordermatch and tradeclient. However, it doesn't seem like they are logging any outgoing messages. I understand that I should be using FileLog for this purpose. I see in the config file that I can specify a location for the log to go to...as in FileLogPath=store However, nothing is getting logged there. The directory exists but it's empty after I run these apps. I looked around the source code, and I see that the FileLog gets generated from a FileLogFactory. I put in some printout statements, and it seems like FileLogFactory.create never gets called. Instead, screenlogfactory gets created. What is the difference between screenlogfactory and filelogfactory? Will I be able to log messages to a file using screenlog? thanks lukas -- View this message in context: http://www.nabble.com/FileLog-not-getting-created-tp16825401p16825401.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |