Re: [Quickfix-developers] ScreenLogFactory
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-01-05 22:12:29
|
You need to implement the Log and LogFactory interfaces. Be careful = about threading issues. If you are using start() to initiate QuickFIX, = the log reports will not be coming on your main application thread. = This may be a problem for your UI components. So you would either need = to use QuickFIX single threaded with polling, or use the log to get your = messages to your application thread so they can be displayed. --oren ----- Original Message -----=20 From: Gustavo C. Jacob=20 To: qui...@li...=20 Sent: Monday, January 03, 2005 12:01 PM Subject: [Quickfix-developers] ScreenLogFactory Hi there, =20 =20 I'm new to Fix and I'm trying to send the logs of the engine to a text = box on a form instead of to the default output. =20 Is this possible? How? =20 Tanks in advance. =20 =20 =20 Gustavo Chiamolera Jacob HZB Consultoria Financeira 55-11-4501-2033 =20 |