Re: [Quickfix-developers] QuickFix Logging Enquiry
Brought to you by:
orenmnero
From: Kenny S. <ks...@co...> - 2010-01-23 16:40:50
|
I don't believe that the file logger that comes with quickfix does this. You can make your own file logging class to behave how you want - just inherit from the abstract base class "Log" and pass it to the application's constructor. You could write an adapter for something like log4cxx pretty easily or modify the QuickFIX file logger to do what you want. -- Kenny Stone Connamara Systems, LLC On Sat, Jan 23, 2010 at 10:01 AM, Nigil Chua <nig...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi All, > > I am new to QuickFix and I am just wondering how big can the messages.log > and event.log goes? > Currently I am storing them in text format via the .cfg file. > > 1. Does it just append the log regardless of its size? > 2. Is there a way to configure the QuickFix Logging say like per day basic > (Logging By Day) rather than the whole trunk of Fix Message in one file cos > I am having issues trying to find > the actual FIX message? > 3. How do I capture all those FIX messages?, apparently QuickFix only > capture those message that is listed in the FIX42.xml, is there a way to get > the raw data for incoming fix message? > > eg. messages.22.01.2010.log > > > Best Regards, > LaVey > > ------------------------------ > Adding more friends is quick and easy.<http://us.rd.yahoo.com/SIG=11dvbsnb8/**http%3A%2F%2Fwww.trueswitch.com%2Fyahoo-sg> > Import them over to Yahoo! Mail today! > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |