$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [logging]Redirecting process output to log
From: Vladimir Kiryazev (kiryazev_at_[hidden])
Date: 2008-09-25 02:46:40
2008/9/24 Igor R <boost.lists_at_[hidden]>
> If by saying "redirect its output to log" you mean redirecting your
> child process' stdout to a file, then I guess it has nothing to do
> with logging libraries. If your application runs on windows, the
> following MS article might be useful:
> http://support.microsoft.com/kb/190351
>
Thanks but the problem is a log file is created by the log library and I
don't have a handle to it.