Re: [us...@httpd] Log output from fprintf(stdout, ...)

2009-06-05 Thread Vyacheslav Zholudev
Thanks, Tom. It was helpful. However, I also use the part of code which contains fprintfs in another context, so I really need those fprintfs. And moreover I don't want to consider those messages as apache log messages. So the question remains, is it possible to log messages sent to stdout and s

Re: [us...@httpd] Log output from fprintf(stdout, ...)

2009-06-05 Thread Tom Evans
On Thu, 2009-06-04 at 11:36 -0700, Vyacheslav Zholudev wrote: > I have an Apache Module which contains such methods like > fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message); > > They are executed under certain circumstances, but I can't see the output in > the Apache's log fi

[us...@httpd] Log output from fprintf(stdout, ...)

2009-06-04 Thread Vyacheslav Zholudev
I have an Apache Module which contains such methods like fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message); They are executed under certain circumstances, but I can't see the output in the Apache's log files. I use directive ErrorLog and CustomLog ... combined with LogLevel