[Quickfix-developers] FileStorePath And FileLogPath with Date for Multiple Sessions
Brought to you by:
orenmnero
|
From: Joe A. <JA...@ru...> - 2007-06-18 19:59:51
|
Is there a way to configure QuickFix to include a date in the path where the logs and store are created? =20 I would like to see a new directory created for each day that contains the logs and store files for each of the sessions. =20 =20 It might look something like this: =20 20070601 ->Session1 -->logs --->[files for logs] -->store --->[files for store] ->Session2 -->logs --->[files for logs] -->store --->[files for store] 20070602 ->Session1 -->logs --->[files for logs] -->store --->[files for store] ->Session2 -->logs --->[files for logs] -->store --->[files for store] |