On 01/16/2012 02:21 PM, Pranesh Vadhirajan wrote:
Thanks for the response, Joe.  Are the ap_*log lines to be used in lieu of
the fprintfs that I have?   Or do those actually display errors during
compilation of my code through apxs?

Thanks,
Pranesh

You would be simply logging a message through apache's defaults. I usually suggest this kind of "logging" vs. fprintf's, since fprintf's might not go where you expect.

Joe

Reply via email to