|
From: Tommy H. <th...@bo...> - 2007-05-07 15:26:07
|
Steve, Pardon me for the "black box" metaphor, I am not used to open source products and forgot the source code was available. So, if I am currently using the 'FileLogPath' setting, I would need to change and use the following settings... SLF4JLogEventCategory SLF4JLogIncomingMessageCategory SLF4JLogOutgoingMessageCategory Is that correct? Is there any examples to help get me started? Thanks - Tommy On May 7, 2007, at 9:42 AM, Steve Bate wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ >> I am using the 'java.util.logging' package for my own application >> logging and rolling those okay, so I am somewhat familiar with the >> type of settings you mention. However, due to my limited knowledge >> and expertise with Java logging packages, I am not sure how to get at >> the logging mechanism of the QFJ internals. Is there any >> documentation and/or examples of how to get at the "black box" >> loggers that are being used for the "message" and "event" logs? > > Hi Tommy, > > I'm not sure what you mean by "black box". The source > code is available for the entire product. For session-specific > logging the quickfix.Log implementations are used (SL4JLog, > FileLog, JdbcLog, ...). For other logging SLF4J is used directly. > SLF4J has adapter JAR files for both java.util.logging and Log4J > (among others). > > Steve > > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |