Re: [Quickfix-developers] logging information using QF (w/ C#)
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-01-25 06:52:03
|
Nilesh, Thanks for your help. I'll definitely take a look at that. Where would I start to look at the implementation of FileLog and ScreenLog? Where are the classes for this? thanks! azmat Nilesh.Gajjar wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Azmat > > My suggestion would be - look at the implementation of the FileLog and > ScreenLog. I guess, as of now QF supports only two types of log, > standard output screen or file based log. That means you need to write > your own myScreenLog and myScreenLogFactory (similar to > Screen/FileLog/LogFactory). > > QF tracks three types of messages - incoming, outgoing and events. > Login, Logoff, Gap in SeqNo etc would be events, Its up to you how you > want to display these different types of events - login event with black > colour, connection drop with red colour. > > Hope this will help > > -Nilesh > -- View this message in context: http://www.nabble.com/logging-information-using-QF-%28w--C-%29-tp15075533p15082067.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |