$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BOOST] [TEST] Dumping the memory leak into Log File
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-06-06 02:52:59
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