[Quickfix-developers] GLOBAL.event.log clarification
Brought to you by:
orenmnero
|
From: George H. <ge...@so...> - 2008-09-08 18:59:05
|
Hello everyone, When My application starts it creates 2 files in the log directory (in addition to the session log files): GLOBAL.messages.log GLOBAL.event.log OK, That's great! Now, I assume (I know bad...) that these are logs that catch everything that the other logs miss. Question: How do I access(write to) these logs? I don't want you guys to think that I am just throwing these questions out there because I am lazy. I have pored over Log.cpp, FileLog.cpp, Log.h, and FileLog.h and I can't make heads or tails how to access these "GLOBAL" log files. One more thing: Can I write to these logs prior to "application.run()" ? As always, any help is greatly appreciated. -George |