Re: [Quickfix-developers] Datestamp in Log File names
Brought to you by:
orenmnero
|
From: Joerg T. <Joe...@ma...> - 2006-08-15 15:22:12
|
Hi Dave, > Is there any way to have the log files date stamped? The log files for > our Price feed can get in excess of 100MB per day. We would like to hav= e > separate log files for each day so that we can clean up on a regular > basis. If you were using Java, I would say: take Log4J and use the DailyRollingF= ileAppender. Maybe you can check something like log4c/log4cpp: http://log4c.sourceforge.net http://log4cpp.sourceforge.net and implement your own LogFactory delegating to log4c/cpp? I did not check which appenders are available, though. Cheers, J=F6rg --=20 Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |