Re: [Quickfix-developers] Message Logging and connection recreation after dropping
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-07-19 21:00:42
|
On 7/19/07, Naveed Ali <na...@nc...> wrote: > Are the messages that are sent to the server logged anywhere, if yes > then what is its location? If you use the FileLog with your Application, they will be in the ".messages" file for the session in the directory pointed to by the FileLogPath configuration setting. There are other Log implementations like the OdbcLog, PostgreSQLLog, etc that will log messages to a database. > If my connection to the server is dropped, does the reconnection > recreate the message log file? No need to recreate it. It keeps using the same file as long as the Session is active. > If again yes then how can I get the history of messages exchanged with > the server without contacting it? You can check the logs. -- Caleb Epstein |