On Mon, Oct 23, 2017 at 2:29 AM, Hemant Chaudhary
<hemantdude.chaudh...@gmail.com> wrote:
> Hi All,
>
> I want to add log statement in apr to check some function in apr. When I am
> adding ap_log_perror in socket.c in apr, it is giving error..
>
> Is there nay way to print logs of apr. please help.

fprintf to stderr + fflush. You can't call HTTPD utilities in APR.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to