
6 Jun
2009
6 Jun
'09
12:52 a.m.
Suraj Gupta, Gurgaon wrote:
Hi All,
Memory leak information is displayed onto the console window but I want to write the memory leak information in the log file I am creating? Could you please let me know how can I achieve this?
I believe your only option at the moment is to redirect standard output/error streams. Boost.Test used functionality provided by MS runtime and has very little configuration power over it. Gennadiy