Re: [Quickfix-developers] quickfix output message
Brought to you by:
orenmnero
From: Avi R. <avi...@gm...> - 2008-11-03 22:05:05
|
Hi Ned, Thanks a lot for your response, This is exactly what I'm trying to do. I will be happy to know how should I proceed to do that. I have tried to add the following in my config file : FileStorePath=store FileLogPath=log the store is working just fine (apparently saving only "fromapp" messages but not the "fromadmin" messages like connection request/response etc... ) but nothing is saved in the log folder... do you have any idea why? Should I add something to my code to handle the FIX messages (incoming and outgoing)? BTW, I'm not familiar with the "window of any of the test QuickFix applications that come with the library" that you mentioned. Could you send me an example of that? I'm using the Quickfix sample code in C# to connect a FIX session (with an Application class and an Initiator Class...) but the application is just a windows application that I have created. Thanks again for your help, Avi On Mon, Nov 3, 2008 at 8:33 PM, <Ned...@ao...> wrote: > Hey Avi, > I assume that when you mention Output window in Debug mode, you are > referring to the output window in Visual Studio and not the output window of > any of the test QuickFix applications that come with the library. > > If that's the case then I don't think I can help you, but if you want > QuickFix to log the event messages to a file instead of to the screen, you > can use the FIX::FileLogFactory method and specify a settings object along > with modifying the configuration file to specify a directory path for the > FileLogPath option (i.e. FileLogPath=c:\mylog). > > If you want more details of how to do this, please let me know. If this > is not the case then I'm sorry I can't help you. > > Ned > > In a message dated 11/3/2008 10:25:52 A.M. Eastern Standard Time, > avi...@gm... writes: > > Hi All, > > Is it possible to store somewhere all the Quickfix log messages that are > displayed in the Output window when running in debug mode ? > In the store file "store/session_name.body" not all the messages appears so > when my session connection failed I'm not able to know why. > In debug mode I can see the FIX response in the "Output" window... > > > Thanks in advance, > Avi Revivo > KSH > > > > > ------------------------------ > Plan your next getaway with AOL Travel. Check out Today's Hot 5 Travel > Deals!<http://pr.atwola.com/promoclk/100000075x1212416248x1200771803/aol?redir=http://travel.aol.com/discount-travel?ncid=emlcntustrav00000001> > |