24 Sep
2008
24 Sep
'08
4:58 p.m.
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
2008/9/24 Vladimir Kiryazev
Hello,
I am using the logging library by John Torjo. I create a process in my program and need to redirect its output to log. How do I do this? Thanks.