On 6/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
What's the standard way under modperl to write logs to apache's log files including access_log and error_log?
http://perl.apache.org/docs/2.0/api/Apache2/Log.html There are other things you can do too, like making your own log handler, or putting things in $r->notes and defining a CustomLog format that will include them in the access log. - Perrin